BloombergLP::bdlar::ArrayVtableUtil

Utility for constructing ArrayVtable and ArrayConstVtable objects with function pointers that implement the "array" type category.

Synopsis

Declared in <bdlar_arrayvtableutil.h>

class ArrayVtableUtil;

Type Aliases

NameDescription
ConstVtableType Alias for ArrayConstVtable.
VtableType Alias for ArrayVtable.

Static Member Functions

NameDescription
getConstVtable Construct and return a ArrayConstVtable object with a series of function pointers that implement the "array" type category.
getVtable Construct and return a ArrayVtable object with a series of function pointers that implement the "array" type category.