GetOverHeadLength
Description
Obtains the length of a data description.
Prototype
static size_t GetOverHeadLength(const size_t capacity)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
capacity |
Input |
Maximum capacity of an instance. |
Returns
Length of the data description
Restrictions
None
Example
size_t capacity = 100U; auto length = ContinuousVectorVector::GetOverHeadLength(capacity);
Parent topic: ContinuousVectorVector