BloombergLP::bslmf::MovableRefUtil::IsReference

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

NameDescription
MovableRefUtil_PropertyTraits<t_TYPE>::IsReference