Overview
A continuous space is allocated in the memory to store data descriptions and actual data elements. The element type is ContinuousVector. Dynamic capacity expansion is not supported.
Descriptions of this class include the total capacity of memory space used to store data (capacity_), the data volume of current memory space (size_), and the offset of each data element relative to the start address of the ContinuousVectorVector structure (offset_).
Parent topic: ContinuousVectorVector