BloombergLP::bdld::DatumMutableArrayRef

This class provides mutable access to a datum array. The users of this class can read from and assign to the individual elements as well as change the length of the array.

Synopsis

Declared in <bdld_datum.h>

class DatumMutableArrayRef;

Type Aliases

NameDescription
SizeType SizeType is an alias for an unsigned integral value, representing the capacity of a datum array.

Member Functions

NameDescription
DatumMutableArrayRef [constructor]Constructors
allocatedPtr Return pointer to the memory allocated for the array.
capacity Return the allocated capacity of the array.
data Return pointer to the first element of the held array.
length Return pointer to the length of the array.