Boost C++ 库

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

basic_writable_pipe::lowest_layer (2 of 2 overloads) - Boost C++ 函数库
PrevUpHomeNext

获取最低层的 const 引用。

const lowest_layer_type & lowest_layer() const;

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

返回值

层叠栈中最底层的一个常量引用。所有权不会转移给调用者。


PrevUpHomeNext