[#BloombergLP-bdlar-ArrayRef-2constructor-05] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlar.adoc[bdlar]::xref:BloombergLP/bdlar/ArrayRef.adoc[ArrayRef]::ArrayRef :relfileprefix: ../../../ :mrdocs: Create `ArrayRef` object that type erases the supplied `array` object. == Synopsis Declared in `<bdlar_arrayref.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_ARRAY> explicit ArrayRef( t_ARRAY& array, void* = 0) requires IsArray<t_ARRAY>::value; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#