byteme
C++ wrappers for buffered inputs
|
Options for the RawBufferWriter
constructor.
More...
#include <RawBufferWriter.hpp>
Public Attributes | |
std::size_t | reserve = 0 |
Options for the RawBufferWriter
constructor.
std::size_t byteme::RawBufferWriterOptions::reserve = 0 |
Initial size of the output buffer to reserve. Setting this to an estimate of the total number of written bytes may avoid unnecessary memory allocations.