byteme
C++ wrappers for buffered inputs
Loading...
Searching...
No Matches
byteme::RawBufferWriterOptions Struct Reference

Options for the RawBufferWriter constructor. More...

#include <RawBufferWriter.hpp>

Public Attributes

std::size_t reserve = 0
 

Detailed Description

Options for the RawBufferWriter constructor.

Member Data Documentation

◆ reserve

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.


The documentation for this struct was generated from the following file: