...世界上备受推崇且设计精良的 C++ 库项目之一。 — Herb Sutter 和 Andrei Alexandrescu, C++ Coding Standards
...世界上备受推崇且设计精良的 C++ 库项目之一。
获取最低层的 const 引用。
const lowest_layer_type & lowest_layer() const;
此函数返回堆栈中最低层的 const 引用。由于 basic_writable_pipe 不能包含任何进一步的层,因此它仅返回自身的引用。
basic_writable_pipe
层叠栈中最底层的一个常量引用。所有权不会转移给调用者。