Home | Libraries | People | FAQ | More |
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...