Boost C++ 库

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

basic_socket::lowest_layer - Boost C++ 函数库
PrevUpHomeNext

获取对底层(lowest layer)的引用。

lowest_layer_type & lowest_layer();
  » more...

获取最低层的 const 引用。

const lowest_layer_type & lowest_layer() const;
  » more...

PrevUpHomeNext