Metafunction that maps an Enum value to its corresponding C++ type.
Synopsis
Declared in <balcl_optiontype.h>
template<Enum TYPE_ENUMERATOR>
struct EnumToType;
Description
EnumToType<TYPE_ENUMERATOR>::type is the (C++) type corresponding to the (template parameter) TYPE_ENUMERATOR Enum value. See TypeToEnum for the inverse metafunction.
Specializations
Name |
Description |
Specialization of |
|
Specialization of |
|
|
Specialization of |
Specialization of |
|
Specialization of |
|
|
Specialization of |
|
Specialization of |
Specialization of |
|
|
Specialization of |
Specialization of |
|
Specialization of |
|
|
Specialization of |
|
Specialization of |
Specialization of |
|
|
Specialization of |
Specialization of |
|
|
Specialization of |
Specialization of |
Created with MrDocs