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);

Exceptions

Name Thrown on

The

input failed to parse correctly.

Parameters

Name Description

u

The integer to construct from.

bytes

The value to construct from.

s

The string to parse.

Created with MrDocs