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

This is the documentation for a snapshot of the develop branch, built from commit 2daa88693b.
PrevUpHomeNext
ip::address_v4::make_address_v4 (1 of 9 overloads)

Create an IPv4 address from raw bytes in network order.

address_v4 make_address_v4(
    const address_v4::bytes_type & bytes);

PrevUpHomeNext