Boost C++ 库

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

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

类型定义 wpath

wpath

提要

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


typedef string_path< std::wstring, id_translator< std::wstring > > wpath;

描述

使用 std::wstring 作为键来实现路径。


PrevUpHomeNext