Statements (18)
Predicate | Object |
---|---|
gptkbp:instanceOf |
type trait
|
gptkbp:definedIn |
<type_traits>
|
gptkbp:headerFile |
<type_traits>
|
https://www.w3.org/2000/01/rdf-schema#label |
std::is const
|
gptkbp:inheritsFrom |
gptkb:std::integral_constant
|
gptkbp:introducedIn |
gptkb:C++11
|
gptkbp:namespace |
std
|
gptkbp:parameter |
T
|
gptkbp:specialty |
std::is_const<const T>
std::is_const<const volatile T> std::is_const<volatile T> |
gptkbp:uses |
compile-time type inspection
|
gptkbp:valuation |
false (if T is not const-qualified)
true (if T is const-qualified) |
gptkbp:valueType |
bool
|
gptkbp:bfsParent |
gptkb:C++0x
gptkb:C++_standard_type_traits |
gptkbp:bfsLayer |
7
|