pre::enums Namespace Reference

Functions

template<typename E >
std::underlying_type< E >::type to_underlying (E e)
 

Detailed Description

Some prototype features to reflect enums informations and reflect their text easily

Function Documentation

template<typename E >
std::underlying_type<E>::type pre::enums::to_underlying ( e)
Returns
The enum typed value casted to it's underlying_type.