Boost C++ 库

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

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

获取底层引用的接口。

lowest_layer_type & lowest_layer();
  » more...

获取最低层的 const 引用。

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

PrevUpHomeNext