ipaddress 1.1.0
Loading...
Searching...
No Matches
base-v6.hpp File Reference

Adds basic functionality for working with IPv6. More...

#include "ipv4-address.hpp"
#include "uint128.hpp"

Go to the source code of this file.

Classes

class  base_v6< Ext >
 A template class providing the base functionality for IPv6 addresses. More...
 

Namespaces

namespace  ipaddress
 Namespace dedicated to IP addresses and networks operations.
 

Detailed Description

Adds basic functionality for working with IPv6.

Author
Vladimir Shaleev

This file provides foundational classes and functions necessary for handling IPv6 addresses, including parsing, constructing, and manipulating IPv6 address representations. It serves as a base for higher-level IPv6 address operations and utilities.