This header file is part of module ALib Enums of the ALib C++ Library .
© 2013-2024 A-Worx GmbH, Germany. Published under Boost Software License.
Definition in file underlyingintegral.hpp.
Go to the source code of this file.
Namespaces | |
namespace | alib |
namespace | alib::enums |
Macros | |
ALib Module Enums | |
The macros in this section are introduced by module ALib Enums and allow to specialize type-traits structs T_EnumRecords , T_EnumIsArithmetical , T_EnumIsBitwise and T_EnumIsIterable for scoped or non-scoped enum types.
| |
#define | ALIB_ENUMS_UNDERLYING_TYPE(TEnum) typename std::underlying_type<TEnum>::type |
Functions | |
template<typename TEnum > | |
constexpr std::underlying_type< TEnum >::type | UnderlyingIntegral (TEnum element) noexcept(true) |