boost::urls::ipv4_address::ipv4_address

Constructor.

Synopsis

Declared in <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...

Exceptions

Name Thrown on
[object Object]

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