一些标准要求的平面,如 UTF-8/UTF-32 转换平面 std::codecvt<char32_t, char, std::mbstate_t> ,无 "C" 本地环境中的等价版本,然而它们存在于 std::locale::classic() 返回的 locale 中,同任何其他构造于 C++ 程序中的 locale 。 示例 本节未完成原因:暂无示例 参阅 global[静态] 更改全局本地环...
一些标准要求的刻面,如 UTF-8/UTF-32 转换刻面 std::codecvt<char32_t, char, std::mbstate_t>,无 "C" 本地环境中的等价版本,然而它们存在于 std::locale::classic() 返回的本地环境中,这与构造于 C++ 程序中的任何其他本地环境一样。 示例
std::isspace(std::locale) std::isupper(std::locale) std::isxdigit(std::locale) std::lconv std::locale std::locale::classic std::locale::combine std::locale::facet std::locale::facet::facet std::locale::global std::locale::id
Returns a reference to the"C"locale. Notes Some of the standard-required facets, such as the UTF-8/UTF-32 conversion facetstd::codecvt<char32_t,char,std::mbstate_t>, have no equivalents in the"C"locale, but they are nevertheless present in the locale returned bystd::locale::classic()...