Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
|
#include <memory>
#include <string>
#include <string_view>
#include <stdexcept>
#include <sys/socket.h>
#include <arpa/inet.h>
Go to the source code of this file.
Classes | |
class | iv::comms::socket::SocketAddress< T > |
Namespaces | |
namespace | iv |
namespace | iv::comms |
namespace | iv::comms::socket |
Typedefs | |
using | iv::comms::socket::IPv4Address = SocketAddress<sockaddr_in> |
using | iv::comms::socket::IPv6Address = SocketAddress<sockaddr_in6> |