ipv6_address

Construct from an IPv4 address.

Synopsis

ipv6_address(const ipv4_address& addr) noexcept;

Declared in file <include/boost/url/ipv6_address.hpp> on line 141

Defined in file <src/ipv6_address.cpp> on line 32

Description

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