[#BloombergLP-bdlar-ArrayConstRef-2constructor-0c] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlar.adoc[bdlar]::xref:BloombergLP/bdlar/ArrayConstRef.adoc[ArrayConstRef]::ArrayConstRef :relfileprefix: ../../../ :mrdocs: Constructors == Synopses Declared in `<bdlar_arrayref.h>` Create `ArrayConstRef` object that wraps the same object as the specified `object`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlar/ArrayConstRef/2constructor-087.adoc[ArrayConstRef](xref:BloombergLP/bdlar/ArrayRef.adoc[ArrayRef] const& object); ---- [.small]#xref:BloombergLP/bdlar/ArrayConstRef/2constructor-087.adoc[_» more..._]# Create `ArrayConstRef` object. The behaviour is undefined unless `objectAddress` and `vtable` point to the valid objects. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlar/ArrayConstRef/2constructor-0b.adoc[ArrayConstRef]( void const* objectAddress, xref:BloombergLP/bdlar/ArrayConstVtable.adoc[ArrayConstVtable] const* vtable); ---- [.small]#xref:BloombergLP/bdlar/ArrayConstRef/2constructor-0b.adoc[_» more..._]# Create `ArrayConstRef` object that type erases the supplied `array` object. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_ARRAY> explicit xref:BloombergLP/bdlar/ArrayConstRef/2constructor-08f.adoc[ArrayConstRef]( t_ARRAY const& array, void* = 0) requires IsArray<t_ARRAY>::value; ---- [.small]#xref:BloombergLP/bdlar/ArrayConstRef/2constructor-08f.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#