EnumGetNameHelper

EnumGetNameHelper struct

Helper class that provides functionality of geting the strting name of enum constant.

template<class E,class G,class Guard>class EnumGetNameHelper

Template parameters

ParameterDescription
EThe type of the enum with which the class’ methods operate
GNot used
GuardNot used

Methods

MethodDescription
static String GetName(T)Returns the string name of the specified enum constant value.

See Also