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

Name

Description

ConstVtableType

Alias for ArrayConstVtable.

VtableType

Alias for ArrayVtable.

Static Member Functions

Name

Description

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.

Created with MrDocs