[#BloombergLP-bdlar-SequenceConstRef-2constructor-02d] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlar.adoc[bdlar]::xref:BloombergLP/bdlar/SequenceConstRef.adoc[SequenceConstRef]::SequenceConstRef :relfileprefix: ../../../ :mrdocs: Constructors == Synopses Declared in `<bdlar_sequenceref.h>` Create `SequenceConstRef` object that wraps the same object as the specified `object`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlar/SequenceConstRef/2constructor-00.adoc[SequenceConstRef](xref:BloombergLP/bdlar/SequenceRef.adoc[SequenceRef] const& object); ---- [.small]#xref:BloombergLP/bdlar/SequenceConstRef/2constructor-00.adoc[_» more..._]# Create `SequenceConstRef` object. The behaviour is undefined unless `objectAddress` and `vtable` point to the valid objects. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlar/SequenceConstRef/2constructor-08.adoc[SequenceConstRef]( void const* objectAddress, xref:BloombergLP/bdlar/SequenceConstVtable.adoc[SequenceConstVtable] const* vtable); ---- [.small]#xref:BloombergLP/bdlar/SequenceConstRef/2constructor-08.adoc[_» more..._]# Create `SequenceConstRef` object that type erases the supplied `sequence` object. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_SEQUENCE> explicit xref:BloombergLP/bdlar/SequenceConstRef/2constructor-028.adoc[SequenceConstRef]( t_SEQUENCE const& sequence, void* = 0) requires IsSequence<t_SEQUENCE>::value; ---- [.small]#xref:BloombergLP/bdlar/SequenceConstRef/2constructor-028.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#