<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();