Boost C++ 库

...世界上最受推崇和设计最精良的 C++ 库项目之一。 Herb SutterAndrei Alexandrescu, C++ 编码规范

PrevUpHomeNext

类型定义 ptree

ptree

概要

// In header: <boost/property_tree/ptree_fwd.hpp>


typedef basic_ptree< std::string, std::string > ptree;

描述

一个属性树,使用 std::string 作为键和数据,并使用默认比较。


PrevUpHomeNext