asio C++ library

PrevUpHomeNext

ip::address_range_v6::address_range_v6

Construct an empty range.

address_range_v6();
  » more...

Construct an range that represents the given range of addresses.

explicit address_range_v6(
    const address_iterator_v6 & first,
    const address_iterator_v6 & last);
  » more...

Copy constructor.

address_range_v6(
    const address_range_v6 & other);
  » more...

PrevUpHomeNext