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

Name

Description

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

Created with MrDocs