...世界上最受推崇和设计最精良的 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 作为键和数据,并使用默认比较。