Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

PrevUpHomeNext
ip::network_v6::network_v6 (2 of 4 overloads)

Construct a network based on the specified address and prefix length.

network_v6(
    const address_v6 & addr,
    unsigned short prefix_len);

PrevUpHomeNext