std::is enum

GPTKB entity

Statements (18)
Predicate Object
gptkbp:instanceOf type trait
gptkbp:definedIn <type_traits>
gptkbp:describes Checks if a type is an enumeration type.
gptkbp:example std::is_enum<MyEnum>::value
gptkbp:headerFile <type_traits>
https://www.w3.org/2000/01/rdf-schema#label std::is enum
gptkbp:inheritsFrom gptkb:std::integral_constant
gptkbp:introducedIn gptkb:C++11
gptkbp:namespace std
gptkbp:parameter T
gptkbp:specialty std::integral_constant<bool, ...>
gptkbp:standardizedBy ISO C++11 and later
gptkbp:valuation false (if T is not an enum type)
true (if T is an enum type)
gptkbp:valueType bool
gptkbp:bfsParent gptkb:C++0x
gptkb:C++_standard_type_traits
gptkbp:bfsLayer 7