Boost C++ 库

...世界上最受推崇、设计最精良的 C++ 库项目之一。 Herb SutterAndrei Alexandrescu, C++ Coding Standards

类型定义 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