...世界上最受推崇和设计精良的 C++ 库项目之一。 — Herb Sutter 和 Andrei Alexandrescu,《C++ 编码规范
...世界上最受推崇和设计精良的 C++ 库项目之一。
ptree
// In header: <boost/property_tree/ptree_fwd.hpp> typedef basic_ptree< std::string, std::string > ptree;
一个属性树,使用 std::string 作为键和数据,并采用默认比较方式。