asio C++ library

PrevUpHomeNext

ip::address_iterator_v6::address_iterator_v6

Construct an iterator that points to the specified address.

address_iterator_v6(
    const address_v6 & addr);
  » more...

Copy constructor.

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

PrevUpHomeNext