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. | |
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.
| 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.