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

std::basic_regex::imbue

性病:基本[医]regex::imbue

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

将当前区域设置替换为loc正则表达式在调用后不匹配任何字符序列。

有效呼叫traits_i.imbue(loc)何地traits_i类型的默认初始化实例。Traits存储在正则表达式对象中。

参数

loc-new locale to use

返回值

调用此函数之前的区域设置。有效地返回表达式的结果。traits_i.imbue(loc)...

例外

%280%29

另见

getlocget locale information (public member function)

© cppreference.com

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

http://en.cppreference.com/w/cpp/regex/basic[医]regex/imbue