[#BloombergLP-bdlar-IsMutableRef-0ff] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlar.adoc[bdlar]::IsMutableRef :relfileprefix: ../../ :mrdocs: Metafunction indicating whether the specified `t_TYPE` is a mutable `bdlar` reference type. == Synopsis Declared in `<bdlar_isref.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_TYPE> struct IsMutableRef : xref:bsl/false_type.adoc[bsl::false_type] ---- == Base Classes [cols="1,4"] |=== | Name| Description | `xref:bsl/false_type.adoc[bsl::false_type]` | Metafunction representing the boolean constant `false`. |=== == Specializations [cols="1"] |=== | Name | xref:BloombergLP/bdlar/IsMutableRef-046a.adoc[`IsMutableRef<ArrayRef>`] | xref:BloombergLP/bdlar/IsMutableRef-0462.adoc[`IsMutableRef<ChoiceRef>`] | xref:BloombergLP/bdlar/IsMutableRef-0f0.adoc[`IsMutableRef<CustomizedTypeRef>`] | xref:BloombergLP/bdlar/IsMutableRef-09.adoc[`IsMutableRef<DynamicTypeRef>`] | xref:BloombergLP/bdlar/IsMutableRef-0d.adoc[`IsMutableRef<EnumRef>`] | xref:BloombergLP/bdlar/IsMutableRef-08.adoc[`IsMutableRef<NullableValueRef>`] | xref:BloombergLP/bdlar/IsMutableRef-0c.adoc[`IsMutableRef<SequenceRef>`] | xref:BloombergLP/bdlar/IsMutableRef-0e.adoc[`IsMutableRef<SimpleTypeRef>`] |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#