boost::urls::ipv6_address::ipv6_address

Constructor.

Synopsis

constexpr
ipv6_address() = default;
constexpr
ipv6_address(ipv6_address const&) = default;
ipv6_address(bytes_type const& bytes) noexcept;
ipv6_address(ipv4_address const& addr) noexcept;
ipv6_address(core::string_view s);

Description

Default constructed objects represent the unspecified address.

Exceptions

Name Thrown on

system_error

The input failed to parse correctly.

Parameters

Name Description

bytes

The value to construct from.

addr

The address to construct from.

s

The string to parse.

See Also

Created with MrDocs