Boost C++ 库

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

类型定义字符串 - Boost C++ 函数库
PrevUpHomeNext

类型定义字符串

字符串

提要

// In header: <boost/container/string.hpp>


typedef basic_string< char,std::char_traits< char >,new_allocator< char > > string;

描述

窄字符 basic_string 的 typedef


PrevUpHomeNext