fmt::basic_memory_buffer::reserve

Increases the buffer capacity to new_capacity.

Synopsis

Declared in <fmt/format.h>

void
reserve(size_t new_capacity);

Parameters

NameDescription
new_capacityThe minimum capacity the buffer should have after this call.