BloombergLP::bdlar::IsMutableRef

Metafunction indicating whether the specified t_TYPE is a mutable bdlar reference type.

Synopsis

Declared in <bdlar_isref.h>

template<class t_TYPE>
struct IsMutableRef
    : bsl::false_type

Base Classes

NameDescription
bsl::false_typeMetafunction representing the boolean constant false.

Specializations

Name
IsMutableRef<ArrayRef>
IsMutableRef<ChoiceRef>
IsMutableRef<CustomizedTypeRef>
IsMutableRef<DynamicTypeRef>
IsMutableRef<EnumRef>
IsMutableRef<NullableValueRef>
IsMutableRef<SequenceRef>
IsMutableRef<SimpleTypeRef>