[#BloombergLP-bdlar-SequenceVtableUtil] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlar.adoc[bdlar]::SequenceVtableUtil :relfileprefix: ../../ :mrdocs: Utility for constructing `SequenceVtable` and `SequenceConstVtable` objects with function pointers that implement the "sequence" type category. == Synopsis Declared in `<bdlar_sequencevtableutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class SequenceVtableUtil; ---- == Type Aliases [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlar/SequenceVtableUtil/ConstVtableType.adoc[`ConstVtableType`] | Alias for `SequenceConstVtable`. | xref:BloombergLP/bdlar/SequenceVtableUtil/VtableType.adoc[`VtableType`] | Alias for `SequenceVtable`. |=== == Static Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlar/SequenceVtableUtil/getConstVtable.adoc[`getConstVtable`] | Construct and return a `SequenceConstVtable` object with a series of function pointers that implement the "sequence" type category. | xref:BloombergLP/bdlar/SequenceVtableUtil/getVtable.adoc[`getVtable`] | Construct and return a `SequenceVtable` object with a series of function pointers that implement the "sequence" type category. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#