[#BloombergLP-bdlar-SequenceConstRef-2constructor-028] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlar.adoc[bdlar]::xref:BloombergLP/bdlar/SequenceConstRef.adoc[SequenceConstRef]::SequenceConstRef :relfileprefix: ../../../ :mrdocs: Create `SequenceConstRef` 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 SequenceConstRef(t_SEQUENCE const& sequence) requires IsSequence<t_SEQUENCE>::value; ---- == Parameters [cols="1,4"] |=== | Name| Description | *sequence* | sequence object to wrap |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#