This partial specialization of is_rvalue_reference derives from bsl::true_type for when the (template parameter) t_TYPE is an rvalue reference type.
Declared in <bslmf_isrvaluereference.h>
template<class t_TYPE>
struct is_rvalue_reference<t_TYPE&&>
: true_type
| Name | Description |
|---|---|
true_type | Metafunction representing the boolean constant true. |