BloombergLP::bdlar::IsRef

Metafunction that yields true for bdlar reference types.

Synopsis

Declared in <bdlar_isref.h>

template<class t_TYPE>
struct IsRef
    : bsl::disjunction<IsConstRef<t_TYPE>, IsMutableRef<t_TYPE>>

Base Classes

NameDescription
bsl::disjunction<IsConstRef<t_TYPE>, IsMutableRef<t_TYPE>>