C++ 本地化库 - 类别



描述

这是一个本地化类别,这个成员类型描述了方面的一个类别。

声明

以下是 std::locale::category 的声明。

C++98

typedef int category;

C++11

typedef int category;

参数

返回值

类别 方面
locale::collate collate
locale::ctype ctypecodecvt
locale::monetary moneypunctmoney_getmoney_put
locale::numeric numpunctnum_getnum_put
locale::time time_gettime_put
locale::messages messages
locale::all 以上所有
locale::none 以上皆非(定义为 `0`)。
locale.htm
广告