IndexMixin.reserve

Ensures sufficient capacity to accommodate count elements.

Postcondition: capacity >= count

Complexity: O(??) if e > capacity, otherwise O(1).

mixin template IndexMixin(size_t N, ThisContainer)
void
reserve
(
size_t count
)

Meta