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