byteme
Read/write bytes from various sources
Loading...
Searching...
No Matches
byteme::RawFileReaderOptions Struct Reference

Options for the RawFileReader constructor. More...

#include <RawFileReader.hpp>

Public Attributes

std::optional< std::size_t > buffer_size
 

Detailed Description

Options for the RawFileReader constructor.

Member Data Documentation

◆ buffer_size

std::optional<std::size_t> byteme::RawFileReaderOptions::buffer_size

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: