Boost C++ 库

...世界上最受推崇和设计精良的 C++ 库项目之一。 Herb SutterAndrei Alexandrescu,《C++ 编码规范

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

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

void assign(
    const native_handle_type & native_descriptor);

PrevUpHomeNext