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