|
LibSWOC++ 1.5.14
Solid Wall of C++
|
#include <array>#include <climits>#include <netinet/in.h>#include <sys/socket.h>#include <string_view>#include <variant>#include "swoc/swoc_version.h"#include "swoc/TextView.h"#include "swoc/IPEndpoint.h"#include "swoc/IPAddr.h"#include "swoc/IPSrv.h"#include "swoc/IPRange.h"

Go to the source code of this file.
Namespaces | |
| namespace | swoc |
| For template deduction guides. | |
Functions | |
| bool | swoc::operator== (IPAddr const &lhs, IPEndpoint const &rhs) |
| bool | swoc::operator== (IPEndpoint const &lhs, IPAddr const &rhs) |
| Equality. | |
| bool | swoc::operator!= (IPAddr const &lhs, IPEndpoint const &rhs) |
| Inequality. | |
| bool | swoc::operator!= (IPEndpoint const &lhs, IPAddr const &rhs) |
| Inequality. | |
IP address and network related classes.
Definition in file swoc_ip.h.