[#BloombergLP-bdlar-ArrayConstRef-2constructor-08f] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlar.adoc[bdlar]::xref:BloombergLP/bdlar/ArrayConstRef.adoc[ArrayConstRef]::ArrayConstRef :relfileprefix: ../../../ :mrdocs: Create `ArrayConstRef` 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 ArrayConstRef( t_ARRAY const& array, void* = 0) requires IsArray<t_ARRAY>::value; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#