標準ライブラリヘッダー <clocale>
From 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 */