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