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

std::regex_traits::getloc

STD::regex[医]特征:getloc

locale_type getloc() const;(since C++11)

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

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

参数

%280%29

返回值

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

另见

imbuesets the locale (public member function)

© cppreference.com

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

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