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