EnumToType<TYPE_ENUMERATOR>::type is the (C++) type corresponding to the (template parameter) TYPE_ENUMERATOR Enum value. See TypeToEnum for the inverse metafunction.

Synopsis

Declared in <balcl_optiontype.h>

template<Enum TYPE_ENUMERATOR>
struct EnumToType;

Specializations