boost::corosio::endpoint_format
Endpoint format detection result.
Synopsis
Declared in <boost/corosio/endpoint.hpp>
enum class endpoint_format : int;
Description
Used internally by parse_endpoint to determine the format of an endpoint string.
Members
Name |
Description |
|
"192.168.1.1" |
|
"192.168.1.1:8080" |
|
"::1" or "1:2:3:4:5:6:7:8" |
|
"[::1]" or "[::1]:8080" |
Non-Member Functions
Name |
Description |
Detect the format of an endpoint string. |
Created with MrDocs