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

(EXPERIMENTAL) Configuration parameters that can be passed to any_connection's constructor.

Synopsis

Defined in header <boost/mysql/any_connection.hpp>

struct any_connection_params
Data Members

Name

Description

initial_read_buffer_size

The initial size of the connection's read buffer.

ssl_context

An external SSL context containing options to configure TLS.

Experimental

This part of the API is experimental, and may change in successive releases without previous notice.

Convenience header <boost/mysql.hpp>


PrevUpHomeNext