operator=

nn::util::SizedEnum::operator= Member Function

Syntax

Self & operator=(
     EnumT e
);

Arguments

Name Description
in e Value to be newly set.

Return Values

Returns reference to self.

Description

Assignment operator for assigning an enumerated type.

With the assignment operator you can directly assign an EnumT type value.

Revision History

2011/12/16
Initial version.

CONFIDENTIAL