boost::urls::ipv6_address::ipv6_address

Construct from an IPv4 address.

Synopsis

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

ipv6_address(ipv4_address const& addr) noexcept;

Description

This function constructs an IPv6 address from the IPv4 address `addr`. The resulting address is an IPv4-Mapped IPv6 Address.

  • 2.5.5.2. IPv4-Mapped IPv6 Address (rfc4291)
  • Parameters

    Name Description
    addr

    The address to construct from.

    Created with MrDocs