boost::asio::generic

Types

Name

Description

basic_endpoint

Describes an endpoint for any socket type.

datagram_protocol

Encapsulates the flags needed for a generic datagram‐oriented socket.

raw_protocol

Encapsulates the flags needed for a generic raw socket.

seq_packet_protocol

Encapsulates the flags needed for a generic sequenced packet socket.

stream_protocol

Encapsulates the flags needed for a generic stream‐oriented socket.

Functions

Name

Description

operator==

Equality operators

operator!=

Inequality operators

operator<

Compare endpoints for ordering.

operator<=

Compare endpoints for ordering.

operator>

Compare endpoints for ordering.

operator>=

Compare endpoints for ordering.

Created with MrDocs