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

PrevUpHomeNext

host_and_port

(EXPERIMENTAL) A host and port identifying how to connect to a MySQL server.

Synopsis

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

struct host_and_port
Data Members

Name

Description

host

The hostname where the MySQL server is expected to be listening.

port

The port where the MySQL server is expected to be listening.

Description

This is an owning type with value semantics.

See Also

any_address

Experimental

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


PrevUpHomeNext