asio C++ library

PrevUpHomeNext

ip::address_v6::address_v6

Default constructor.

address_v6();

address_v6(
    const bytes_type & bytes,
    unsigned long scope_id = 0);

address_v6(
    const address_v6 & other);

PrevUpHomeNext