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