Boost C++ 库

...世界上评价最高、设计最专业的 C++ 库项目之一。 Herb SutterAndrei Alexandrescu, C++ Coding Standards

generic::basic_endpoint::basic_endpoint (5个重载中的第2个) - Boost C++ 函数库
PrevUpHomeNext

从指定的套接字地址构造一个端点。

basic_endpoint(
    const void * socket_address,
    std::size_t socket_address_size,
    int socket_protocol = 0);

PrevUpHomeNext