Statements (15)
Predicate | Object |
---|---|
gptkbp:instanceOf |
C++ standard library template
|
gptkbp:definedIn |
<type_traits> header
|
gptkbp:example |
std::remove_reference<int&&>::type is int
std::remove_reference<int&>::type is int std::remove_reference<int>::type is int |
https://www.w3.org/2000/01/rdf-schema#label |
std::remove reference
|
gptkbp:introducedIn |
gptkb:C++11
|
gptkbp:namespace |
std
|
gptkbp:parameter |
T
|
gptkbp:primaryMember |
gptkb:logic
|
gptkbp:purpose |
removes reference from a type
|
gptkbp:specialty |
std::remove_reference<T&&>
std::remove_reference<T&> |
gptkbp:bfsParent |
gptkb:C++11
|
gptkbp:bfsLayer |
6
|