#include <variant>#include <promeki/core/namespace.h>#include <promeki/core/string.h>#include <promeki/core/result.h>#include <promeki/core/platform.h>#include <promeki/network/ipv4address.h>#include <promeki/network/ipv6address.h>#include <sys/socket.h>#include <netinet/in.h>

Go to the source code of this file.
Classes | |
| class | NetworkAddress |
| High-level network address that can represent IPv4, IPv6, or an unresolved hostname. More... | |
Functions | |
| TextStream & | operator<< (TextStream &stream, const NetworkAddress &addr) |
| Writes the network address to the stream. | |
See LICENSE file in the project root folder for license information.