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
Name |
Description |
|
Member Functions
Name |
Description |
|
Constructors |
Return pointer to the memory allocated for the array. |
|
Return the allocated capacity of the array. |
|
Return pointer to the first element of the held array. |
|
Return pointer to the length of the array. |
Created with MrDocs