Represents a range of IPv6 addresses.
typedef basic_address_range< address_v6 > address_v6_range;
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: asio/ip/address_v6_range.hpp
Convenience header: asio.hpp