在线文档教程
C++
规律表达 | Regular expressions

std::regex_traits::imbue

STD::regex[医]特征::灌输

locale_type imbue( locale_type loc (since C++11)

将当前区域设置替换为loc.如果loc与当前区域设置不同,则所有缓存数据都无效。

打完电话后getloc() == loc...

参数

loc-the locale to imbue

返回值

属性对象的当前区域设置。

如果imbue()从未为此对象调用过此对象,则将返回调用时的全局区域设置。否则,区域设置将传递到最后一次调用imbue()会被归还。

另见

getlocgets the locale (public member function)

© cppreference.com

在CreativeCommonsAttribution下授权-ShareAlike未移植许可v3.0。

http://en.cppreference.com/w/cpp/regex/regex[医]特性/灌输