This struct template provides a Boolean metafunction that inherits from bsl::true_type if the specified t_TYPE is either an lvalue reference or a specialization of MovableRef, and inherits from bsl::false_type otherwise.
Declared in <bslmf_movableref.h>
template<class t_TYPE>
struct IsReference
: MovableRefUtil_PropertyTraits<t_TYPE>::IsReference
| Name | Description |
|---|---|
MovableRefUtil_PropertyTraits<t_TYPE>::IsReference |