std::locale::classic
地区::经典
Defined in header | | |
---|---|---|
static const locale& classic( | | |
获取对实现经典“C”区域化语义的C++区域设置的引用。此区域设置与全局区域设置不同,不能更改。
参数
没有。
返回值
返回对“C”区域设置的引用。
注记
一些标准要求的方面,如utf-8/utf-32转换面。std::codecvt<char32_t, char,std::mbstate_t>,在“C”区域设置中没有等效项,但它们仍然存在于由std::locale::classic(),就像在C++程序中构造的任何其他区域设置一样。
例
另见
global static | changes the global locale (public static member function) |
---|
© cppreference.com
在CreativeCommonsAttribution下授权-ShareAlike未移植许可v3.0。