BoosterSeat
0.1
A C++ library that includes common utilities that are used in other projects.
|
Functions | |
template<typename E > | |
constexpr auto | to_underlying (E e) noexcept |
Converts an enum class to its underlying type. More... | |
|
constexprnoexcept |
Converts an enum class to its underlying type.
E | - The enum class type. |
e | - The enum class to convert. |
[https://stackoverflow.com/questions/8357240/]