Boost C++ 库

...世界上最受推崇、设计最精湛的 C++ 库项目之一。 Herb SutterAndrei Alexandrescu, C++ Coding Standards

basic_stream_socket::native_handle - Boost C++ 函数库
PrevUpHomeNext

继承自 basic_socket。

获取底层的套接字表示。

native_handle_type native_handle();

此函数可用于获取套接字的底层表示。这旨在允许访问未通过其他方式提供的本机套接字功能。


PrevUpHomeNext