TypeToEnum<TYPE>::value is the Enum value corresponding to the (template parameter) TYPE where TYPE matches one of the typedefs defined above or void. See EnumToType for the inverse metafunction.
Declared in <balcl_optiontype.h>
template<class TYPE>
struct TypeToEnum;