Boost C++ 库

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

posix::basic_descriptor::assign (1/2 个重载) - Boost C++ 函数库
PrevUpHomeNext

将现有原生描述符分配给描述符。

void assign(
    const native_handle_type & native_descriptor);

PrevUpHomeNext