<clocale>

包含标准 C 库标头 <locale.h>并将关联名称添加到 std 命名空间。

要求

标头:<clocale>

命名空间: std

备注

包含该标头还将确保使用标准 C 库标头中的外部链接声明的名称在 std 命名空间中声明。

常量

#define NULL see below
#define LC_ALL see below
#define LC_COLLATE see below
#define LC_CTYPE see below
#define LC_MONETARY see below
#define LC_NUMERIC see below
#define LC_TIME see below

结构

struct lconv;

函数

char* setlocale(int category, const char* locale);
lconv* localeconv();

另请参阅

头文件引用
C++ 标准库概述
C++ 标准库中的线程安全