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

address_type

(EXPERIMENTAL) The type of an address identifying a MySQL server.

Synopsis

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

enum address_type
Values

Name

Description

host_and_port

An Internet hostname and a TCP port.

unix_path

A UNIX domain socket path.


PrevUpHomeNext