...世界上最受推崇、设计最精良的 C++ 库项目之一。 — Herb Sutter 和 Andrei Alexandrescu, C++ Coding Standards
...世界上最受推崇、设计最精良的 C++ 库项目之一。
获取对最低层的引用。
lowest_layer_type & lowest_layer(); » more...
获取最低层的 const 引用。
const lowest_layer_type & lowest_layer() const; » more...