Utilities for enums. More...
#include <Enums.hpp>
Static Public Member Functions | |
template<typename E > | |
static constexpr auto | toUnderlying (E e) noexcept -> typename std::underlying_type< E >::type |
Convert the strongly typed enum to its underlying integer. More... | |
Utilities for enums.
|
inlinestaticnoexcept |
Convert the strongly typed enum to its underlying integer.