...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Constructor.
ipv4_address(); »more...
ipv4_address( ipv4_address const&); »more...
Construct from an unsigned integer.
explicit
ipv4_address(
uint_type u);
» more...
Construct from an array of bytes.
explicit
ipv4_address(
bytes_type const& bytes);
» more...
Construct from a string.
explicit
ipv4_address(
string_view s);
» more...