boost::urls::ipv6_address::ipv6_address

Constructor.

Synopsis

Declared in <include/boost/url/ipv6_address.hpp>

constexpr
ipv6_address() = default;

» more...

constexpr
ipv6_address(ipv6_address const&) = default;

» more...

ipv6_address(bytes_type const& bytes) noexcept;

» more...

ipv6_address(ipv4_address const& addr) noexcept;

» more...

ipv6_address(core::string_view s);

» more...

Description

Default constructed objects represent the unspecified address.

  • 2.5.2. The Unspecified Address
  • Exceptions

    Name Thrown on
    [object Object]

    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

    is_unspecified

    Created with MrDocs