BloombergLP::bdlar::SequenceVtableUtil

Utility for constructing SequenceVtable and SequenceConstVtable objects with function pointers that implement the "sequence" type category.

Synopsis

Declared in <bdlar_sequencevtableutil.h>

class SequenceVtableUtil;

Type Aliases

NameDescription
ConstVtableType Alias for SequenceConstVtable.
VtableType Alias for SequenceVtable.

Static Member Functions

NameDescription
getConstVtable Construct and return a SequenceConstVtable object with a series of function pointers that implement the "sequence" type category.
getVtable Construct and return a SequenceVtable object with a series of function pointers that implement the "sequence" type category.