ipaddress 1.1.0
|
Base class for IPv4 network address manipulation. More...
#include <ipv4-network.hpp>
Public Types | |
using | ip_address_type = ipv4_address |
Alias for the IPv4 address type used within the class. | |
Public Member Functions | |
constexpr inline ip_version | version () const noexcept |
Retrieves the IP version of the address. | |
constexpr inline size_t | size () const noexcept |
Retrieves the size of the IPv4 address. | |
Base class for IPv4 network address manipulation.
The ipv4_network_base class provides foundational functionality for IPv4 network address manipulation by extending the base_v4 class.
|
inlinenoexceptinherited |
Retrieves the IP version of the address.
|
inlinenoexceptinherited |
Retrieves the size of the IPv4 address.