...世界上最受推崇和设计精良的 C++ 库项目之一。 — Herb Sutter 和 Andrei Alexandrescu,《C++ 编码规范
...世界上最受推崇和设计精良的 C++ 库项目之一。
获取下一层的引用。
const next_layer_type & next_layer() const;
此函数返回流层堆栈中的下一层的引用。
流层堆栈中下一层的引用。所有权不会转移给调用者。