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.

Synopsis

Declared in <balcl_optiontype.h>

template<class TYPE>
struct TypeToEnum;

Specializations