Boost C++ 库

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

basic_writable_pipe::lowest_layer (2 个重载中的 1 个) - Boost C++ 函数库
PrevUpHomeNext

获取最低层的引用。

lowest_layer_type & lowest_layer();

此函数返回堆栈中最低层的引用。由于 basic_writable_pipe 不能包含任何进一步的层,因此它仅返回对自身的引用。

返回值

层叠中最底层的引用。所有权不会转移给调用者。


PrevUpHomeNext