BloombergLP::bdlar::SimpleTypeVtable

Vtable for mutable simple type access.

Synopsis

Declared in <bdlar_simpletypevtable.h>

struct SimpleTypeVtable;

Description

This struct stores a series of function pointers to wrappers that invoke the underlying methods of the supplied type erased object that implement the "simple" type category.

Type Aliases

NameDescription
Reset Function pointer type resetting a simple type to its default value.

Data Members

NameDescription
d_const read-only vtable
d_reset_fp reset function