tetl 0.1.0
Embedded Template Library
|
Go to the source code of this file.
Classes | |
struct | is_scoped_enum< T > |
struct | is_scoped_enum< T > |
Namespaces | |
namespace | etl |
Variables | |
template<typename T> | |
constexpr bool | is_scoped_enum_v = is_scoped_enum<T>::value |
Checks whether T is an scoped enumeration type. Provides the member constant value which is equal to true, if T is an scoped enumeration type. Otherwise, value is equal to false. The behavior of a program that adds specializations for is_scoped_enum or is_scoped_enum_v is undefined. | |