Constructor.
<include/boost/url/ipv4_address.hpp>
constexpr
ipv4_address() = default;
» more...
constexpr
ipv4_address(ipv4_address const&) = default;
» more...
explicit
ipv4_address(uint_type u) noexcept;
» more...
explicit
ipv4_address(bytes_type const& bytes) noexcept;
» more...
explicit
ipv4_address(core::string_view s);
» more...
Name | Thrown on |
---|---|
[object Object] |
input failed to parse correctly. |
Name | Description |
---|---|
u | The integer to construct from. |
bytes | The value to construct from. |
s | The string to parse. |