Statements (17)
Predicate | Object |
---|---|
gptkbp:instanceOf |
type trait
|
gptkbp:definedIn |
<type_traits>
|
gptkbp:example |
std::is_function<int(int)>::value // true
std::is_function<int>::value // false |
gptkbp:headerFile |
<type_traits>
|
https://www.w3.org/2000/01/rdf-schema#label |
std::is function
|
gptkbp:inheritsFrom |
gptkb:std::integral_constant
|
gptkbp:introducedIn |
gptkb:C++11
|
gptkbp:namespace |
std
|
gptkbp:parameter |
T
|
gptkbp:purpose |
checks if a type is a function type
|
gptkbp:result |
true if T is a function type, false otherwise
|
gptkbp:specialty |
std::integral_constant<bool, ...>
|
gptkbp:valueType |
bool
|
gptkbp:bfsParent |
gptkb:C++0x
gptkb:C++_standard_type_traits |
gptkbp:bfsLayer |
7
|