...世界上最受推崇、设计最精湛的 C++ 库项目之一。 — Herb Sutter 和 Andrei Alexandrescu, C++ Coding Standards
...世界上最受推崇、设计最精湛的 C++ 库项目之一。
继承自 basic_socket。
获取底层的套接字表示。
native_handle_type native_handle();
此函数可用于获取套接字的底层表示。这旨在允许访问未通过其他方式提供的本机套接字功能。