[#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) requires IsArray<t_ARRAY>::value; ---- == Parameters [cols="1,4"] |=== | Name| Description | *array* | array object to wrap |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#