Represents a range of IPv6 addresses.
class address_range_v6
Name |
Description |
---|---|
The type of an iterator that points into the range. |
Name |
Description |
---|---|
Construct an empty range. Construct an range that represents the given range of addresses. Copy constructor. |
|
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: asio/ip/address_range_v6.hpp
Convenience header: asio.hpp