Construct and return a SequenceVtable object with a series of function pointers that implement the "sequence" type category.
Synopsis
Declared in <bdlar_sequencevtableutil.h>
template<class t_SEQUENCE>
static
SequenceVtable const*
getVtable();
Return Value
pointer to the sequence vtable for t_SEQUENCE
Created with MrDocs