namespace
netnamespace for module Net
Contents
- Reference
Namespaces
- namespace tcp
- implements TCP/IP related classes and functions
Classes
- class address
- a network address, of unspecified address family
-
template<class SockAddr, clinux::sa_family_t AddrFamily>class address_with_family
- Provides common members and types for network address of specific address family.
- class inet6_address
- denotes an IPV6 network address
- class inet_address
- denotes an IPV4 network address
Functions
- auto to_string(const address& addr) -> result<string>
- ADL enabled to_string visitor of ark::
net:: address.