Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of Boost. Click here to view this page for the latest version.
PrevUpHomeNext
any_connection_params::initial_buffer_size

The initial size of the connection's buffer, in bytes.

Synopsis
std::size_t initial_buffer_size {default_initial_read_buffer_size};
Description

A bigger read buffer can increase the number of rows returned by any_connection::read_some_rows.


PrevUpHomeNext