#include <type_traits>
Go to the source code of this file.
Namespaces | |
namespace | utils |
Utilities. | |
Functions | |
template<class T > | |
constexpr auto | utils::UnderlyingValue (T v) noexcept |
Function that extracts integral value from enum or StrongTypedef. | |
Definition in file underlying_value.hpp.