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

Options for the RawFileWriter constructor. More...

#include <RawFileWriter.hpp>

Public Attributes

std::optional< std::size_t > bufsiz
 

Detailed Description

Options for the RawFileWriter constructor.

Member Data Documentation

◆ bufsiz

std::optional<std::size_t> byteme::RawFileWriterOptions::bufsiz

Size of the internal buffer used by setvbuf(). Larger values usually reduce computational time at the cost of increased memory usage. If no value is supplied, the default buffer size is not changed.


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