Metafunction that maps a C++ type to its corresponding Enum value.
Synopsis
Declared in <balcl_optiontype.h>
template<class TYPE>
struct TypeToEnum;
Description
TypeToEnum<TYPE>::value is the Enum value corresponding to the (template parameter) TYPE where TYPE matches one of the typedef`s defined above or `void. See EnumToType 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