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