std::is enum

GPTKB entity

Statements (17)
Predicate Object
gptkbp:instanceOf gptkb: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>
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
gptkbp:bfsLayer 7
https://www.w3.org/2000/01/rdf-schema#label std::is enum