Statements (14)
Predicate | Object |
---|---|
gptkbp:instanceOf |
C++ type trait
|
gptkbp:definedIn |
<type_traits> header
|
gptkbp:describes |
Checks if one type is a base class of another type at compile time.
|
https://www.w3.org/2000/01/rdf-schema#label |
std::is base of
|
gptkbp:inheritsFrom |
gptkb:std::integral_constant
|
gptkbp:introducedIn |
gptkb:C++11
|
gptkbp:namespace |
std
|
gptkbp:primaryMember |
value
|
gptkbp:specialty |
std::is_base_of_v (since C++17)
|
gptkbp:templateParameters |
Base, Derived
|
gptkbp:uses |
std::is_base_of<Base, Derived>::value
|
gptkbp:valueType |
bool
|
gptkbp:bfsParent |
gptkb:C++11
|
gptkbp:bfsLayer |
6
|