TotalContainer.capacity

Returns the maximum number of elements the container can store without (a) allocating memory, (b) invalidating iterators upon insertion.

Complexity: O(log(n)).

struct TotalContainer(T)
@property
size_t
capacity
()

Meta