| 預設 (1) | locale() throw(); |
|---|---|
| 複製 (2) | locale (const locale& x) throw(); |
| by-name (3) | explicit locale (const char* std_name); |
| combining (4) | locale (const locale& x, const char* std_name, category cats);template <class Facet> locale (const locale& x, const locale& y, category cats); |
| custom facet (5) | locale (const locale& x, Facet* f); |
| 預設 (1) | locale() noexcept; |
|---|---|
| 複製 (2) | locale (const locale& x) noexcept; |
| by-name (3) | explicit locale (const char* std_name);explicit locale (const string& std_name); |
| combining (4) | locale (const locale& x, const char* std_name, category cats); locale (const locale& x, const string& std_name, category cats);template <class Facet> locale (const locale& x, const locale& y, category cats); |
| custom facet (5) | locale (const locale& x, Facet* f); |
| 區域設定名稱 | 描述 |
|---|---|
"C" | Minimal "C" locale (the same as locale::classic) |
"" | The environment's default locale |
|
|
The selected locale is: en_US.UTF8 |