std::regex_traits::getloc

std::regex_traits::getloc

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

Returns the current locale of the traits object.

If imbue() has been never called for this object, then the global locale at the time of the call is returned. Otherwise, the locale passed to the last call to imbue() is returned.

Parameters

(none).

Return value

The current locale of the traits object.

Example

See also

sets the locale
(public member function)

© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
http://en.cppreference.com/w/cpp/regex/regex_traits/getloc

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部