ipaddress 1.1.0
|
Defines the base class for IP network representation. More...
Go to the source code of this file.
Classes | |
class | ip_network_base< Base > |
Template base class for representing a network of IP addresses. More... | |
Namespaces | |
namespace | ipaddress |
Namespace dedicated to IP addresses and networks operations. | |
Defines the base class for IP network representation.
This file contains the declaration of the ip_network_base class, which serves as a foundation for creating representations of IP networks. The class employs a template approach, allowing it to work with various types of IP addresses, such as IPv4 and IPv6.