asio C++ library

PrevUpHomeNext

ip::address_iterator_v4::address_iterator_v4

Construct an iterator that points to the specified address.

address_iterator_v4(
    const address_v4 & addr);
  » more...

Copy constructor.

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

PrevUpHomeNext