Boost C++ 库
...当今世界上评价最高、设计最精良的 C++ 库项目之一。
— Herb Sutter 和 Andrei Alexandrescu, C++ Coding Standards
bool is_loopback() const;
此函数测试地址是否在地址块 127.0.0.0/8 中,这对应于地址范围 127.0.0.0 - 127.255.255.255。
(to_uint() & 0xFF000000) == 0x7F000000.