标准库头文件 <clocale>
来自 cppreference.com
此头文件最初在 C 标准库中作为 <locale.h>。
此头文件是 本地化 库的一部分
类型 | ||
格式化细节,由 std::localeconv 返回 (类) | ||
常量 | ||
实现定义的空指针常量 (宏常量) | ||
用于 std::setlocale 的区域设置类别 (宏常量) | ||
函数 | ||
获取和设置当前的 C 区域设置 (函数) | ||
查询当前区域设置的数字和货币格式化细节 (函数) |
[编辑] 概述
namespace std { struct lconv; char* setlocale(int category, const char* locale); lconv* localeconv(); } #define NULL /* see description */ #define LC_ALL /* see description */ #define LC_COLLATE /* see description */ #define LC_CTYPE /* see description */ #define LC_MONETARY /* see description */ #define LC_NUMERIC /* see description */ #define LC_TIME /* see description */