標準庫標頭檔案 <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 */