...世界上最受推崇、设计最精湛的 C++ 库项目之一。 — Herb Sutter 和 Andrei Alexandrescu, C++ Coding Standards
...世界上最受推崇、设计最精湛的 C++ 库项目之一。
boost::intrusive::make_set
// In header: <boost/intrusive/set.hpp> template<typename T, class ... Options> struct make_set { // types typedef implementation_defined type; };
辅助元函数,用于定义一个 set,当使用相同的选项(显式或隐式)时,它会产生相同类型。
set