LexLeo 0.0.0-dev+f8e5087-dirty
Technical documentation
Loading...
Searching...
No Matches
dynamic_buffer_stream_cfg_t Struct Reference

Configuration type for the dynamic_buffer_stream adapter. More...

#include <dynamic_buffer_stream_types.h>

Data Fields

size_t default_cap
 Default initial capacity of the internal dynamic buffer.
 

Detailed Description

This structure carries the CR-provided configuration values used when constructing dynamic_buffer_stream-related objects.

Definition at line 37 of file dynamic_buffer_stream_types.h.

Field Documentation

◆ default_cap

size_t dynamic_buffer_stream_cfg_t::default_cap

This capacity is expressed in bytes and is used when allocating the adapter-managed in-memory buffer during stream creation.

Definition at line 45 of file dynamic_buffer_stream_types.h.