|
AsyncBerkeley
Asynchronous Berkeley sockets. Simple.
|
Defines the socket_address class for platform-independent socket address management.
More...
Go to the source code of this file.
Classes | |
| struct | io::socket::socket_address< Addr > |
| Represents a platform-independent socket address. More... | |
Namespaces | |
| namespace | io |
The io namespace contains all the functions and classes for the I/O library. | |
| namespace | io::socket |
The io::socket namespace provides a cross-platform abstraction for socket-level I/O operations. | |
Functions | |
| template<SocketAddress Addr = sockaddr_storage_type> | |
| auto | io::socket::make_address (const Addr *addr=nullptr) -> socket_address< Addr > |
Creates a socket_address from a socket address structure. | |
Defines the socket_address class for platform-independent socket address management.