...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Represents a range of IPv6 addresses.
template<> class basic_address_range< address_v6 >
Name |
Description |
---|---|
The type of an iterator that points into the range. |
Name |
Description |
---|---|
Construct an empty range. |
|
Obtain an iterator that points to the start of the range. |
|
Determine whether the range is empty. |
|
Obtain an iterator that points to the end of the range. |
|
Find an address in the range. |
|
Assignment operator. |
Distinct objects: Safe.
Shared objects: Unsafe.
Header: boost/asio/ip/address_v6_range.hpp
Convenience header: boost/asio.hpp