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

boost::mqtt5::authority_path
PrevUpHomeNext

A data structure used to store information related to an authority such as the hostname, port, and path.

Synopsis

Defined in header <boost/mqtt5/types.hpp>

struct authority_path;
Data Members

Name

Description

host

The hostname of the authority as a domain name or an IP address.

path

Specifies the endpoint path relevant to WebSocket connections.

port

The port number used for communication.

Convenience header <boost/mqtt5.hpp>


PrevUpHomeNext