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.
Synopsis
Declared in <bslmf_movableref.h>
template<class t_TYPE>
struct IsLvalueReference
: MovableRefUtil_PropertyTraits<t_TYPE>::IsLvalueReference
Base Classes
Name |
Description |
|
Created with MrDocs