Home | Libraries | People | FAQ | More |
Construct from an IPv4 address.
ipv6_address( ipv4_address const& addr);
This function constructs an IPv6 address from the IPv4 address addr
. The resulting address is an IPv4-Mapped
IPv6 Address.
Name |
Description |
---|---|
|
The address to construct from. |