boost::beast2::endpoint

Represents a host and port

Synopsis

class endpoint;

Member Functions

Name

Description

endpoint [constructor]

Constructors

~endpoint [destructor]

Destructor

operator=

Copy assignment operator

get_ipv4

get_ipv6

is_ipv4

is_ipv6

kind

port

Data Members

Name

ipv4_ [variant member]

ipv6_ [variant member]

Friends

Name Description

boost::beast2::operator<<

Stream insertion operator

Description

This class represents a network endpoint consisting of a host and port. The host may be specified as a domain name, an IPv4 address, or an IPv6 address.

Created with MrDocs