boost::urls::ipv4_address::ipv4_address
Constructor.
Synopsis
constexpr
ipv4_address() = default;
constexpr
ipv4_address(ipv4_address const&) = default;
explicit
ipv4_address(uint_type u) noexcept;
explicit
ipv4_address(bytes_type const& bytes) noexcept;
explicit
ipv4_address(core::string_view s);
Parameters
Name | Description |
---|---|
u |
The integer to construct from. |
bytes |
The value to construct from. |
s |
The string to parse. |
Created with MrDocs