std::regex_traits::getloc
STD::regex[医]特征:getloc
locale_type getloc() const; | | (since C++11) |
---|
返回属性对象的当前区域设置。
如果imbue()
从未为此对象调用过此对象,则将返回调用时的全局区域设置。否则,区域设置将传递到最后一次调用imbue()
会被归还。
参数
%280%29
返回值
属性对象的当前区域设置。
例
另见
imbue | sets the locale (public member function) |
---|
© cppreference.com
在CreativeCommonsAttribution下授权-ShareAlike未移植许可v3.0。