1 #ifndef PRE_ENUMS_TO_UNDERLYING_HPP 2 #define PRE_ENUMS_TO_UNDERLYING_HPP 6 namespace pre {
namespace enums {
13 return static_cast<typename std::underlying_type<E>::type
>(e);
std::underlying_type< E >::type to_underlying(E e)
Definition: to_underlying.hpp:12