Metafunction that yields true for bdlar reference types.
Declared in <bdlar_isref.h>
template<class t_TYPE>
struct IsRef
: bsl::disjunction<IsConstRef<t_TYPE>, IsMutableRef<t_TYPE>>
| Name | Description |
|---|---|
bsl::disjunction<IsConstRef<t_TYPE>, IsMutableRef<t_TYPE>> |