Boost C++ 库

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

类型定义 ptree - Boost C++ 函数库
PrevUpHomeNext

类型定义 ptree

ptree

提要

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


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

描述

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


PrevUpHomeNext