![]() |
XII Release 0.1.0
|
Custom trait to determine if a type is a valid atomic-compatible integer or has an underlying type. More...
#include <TypeTraits.h>
Public Types | |
using | UnderlyingType = std::conditional_t<IsEnum, EnumUnderlyingType, T> |
Static Public Attributes | |
static constexpr bool | value = IsIntegral || IsEnum |
Custom trait to determine if a type is a valid atomic-compatible integer or has an underlying type.