Boost C++ 库

...世界上最受推崇和设计精良的 C++ 库项目之一。 Herb SutterAndrei Alexandrescu,《C++ 编码规范

ip::basic_resolver_query::v4_mapped - Boost C++ 函数库
PrevUpHomeNext

从 ip::resolver_base 继承而来。

如果查询协议族指定为 IPv6,则在未找到 IPv6 地址时返回 IPv4 映射的 IPv6 地址。

static const flags v4_mapped = implementation_defined;

PrevUpHomeNext