[#BloombergLP-bdlar-SequenceRef-2constructor-0f] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlar.adoc[bdlar]::xref:BloombergLP/bdlar/SequenceRef.adoc[SequenceRef]::SequenceRef :relfileprefix: ../../../ :mrdocs: Create `SequenceRef` object that type erases the supplied `sequence` object. == Synopsis Declared in `<bdlar_sequenceref.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_SEQUENCE> explicit SequenceRef( t_SEQUENCE& sequence, void* = 0) requires IsSequence<t_SEQUENCE>::value; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#