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

unix_path

(EXPERIMENTAL) Contains a UNIX-socket domain path.

Synopsis

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

struct unix_path
Data Members

Name

Description

path

The UNIX domain socket path where the MySQL server is listening.

Description

This type is defined in all systems, regardless of their UNIX socket support.

This is an owning type with value semantics.

See Also

any_address


PrevUpHomeNext