Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

host_and_port

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.

Convenience header <boost/mysql.hpp>


PrevUpHomeNext