Definition of to_underlying function template.
More...
#include <playrho/detail/underlying_type.hpp>Namespaces | |
| playrho | |
Typedefs | |
| template<class T > | |
| using | playrho::underlying_type_t = typename detail::underlying_type< T >::type |
| Underlying-type convenience alias. | |
Functions | |
| template<typename T > | |
| constexpr auto | playrho::to_underlying (T value) noexcept -> underlying_type_t< T > |
Definition of to_underlying function template.