...世界上最受推崇和设计精良的 C++ 库项目之一。 — Herb Sutter 和 Andrei Alexandrescu,《C++ 编码规范
...世界上最受推崇和设计精良的 C++ 库项目之一。
获取底层引用的接口。
lowest_layer_type & lowest_layer(); » more...
获取最低层的 const 引用。
const lowest_layer_type & lowest_layer() const; » more...