This struct template provides a meta‐function to determine whether the (template parameter) t_TYPE is a (possibly cv‐qualified) rvalue reference type. This generic default template derives from bsl::false_type. A template specialization is provided (below) that derives from bsl::true_type.
Synopsis
Declared in <bslmf_isrvaluereference.h>
template<class t_TYPE>
struct is_rvalue_reference
: false_type
Base Classes
Name |
Description |
Metafunction representing the boolean constant |
Specializations
Name |
Description |
This partial specialization of |
Created with MrDocs