tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
to_underlying.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  etl
 

Functions

template<typename Enum>
constexpr auto to_underlying (Enum e) noexcept -> underlying_type_t< Enum >
 Converts an enumeration to its underlying type.