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
Construct from an unsigned integer.
ipv4_address( uint_type u);
This function constructs an address from the unsigned integer u, where the most significant byte
forms the first octet of the resulting address.
|
Name |
Description |
|---|---|
|
|
The integer to construct from. |