nn::util::SizedEnum::operator= Member FunctionSelf & operator=( EnumT e );
| Name | Description | |
|---|---|---|
| in | e | Value to be newly set. |
Assignment operator for assigning an enumerated type.
With the assignment operator you can directly assign an EnumT type value.
CONFIDENTIAL