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 a snapshot of the develop branch, built from commit 9d110488d0.
PrevUpHomeNext

address_type

The type of an address identifying a MySQL server.

Synopsis

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

enum class address_type;
Values

Name

Description

host_and_port

An Internet hostname and a TCP port.

unix_path

A UNIX domain socket path.

Convenience header <boost/mysql.hpp>


PrevUpHomeNext