std::regex_traits<CharT>:: getloc
From cppreference.com
<
cpp
|
regex
|
regex traits
C++
Regular expressions library
Classes | ||||
(C++11)
|
||||
(C++11)
|
||||
(C++11)
|
||||
Algorithms | ||||
(C++11)
|
||||
(C++11)
|
||||
(C++11)
|
||||
Iterators | ||||
(C++11)
|
||||
(C++11)
|
||||
Exceptions | ||||
(C++11)
|
||||
Traits | ||||
(C++11)
|
||||
Constants | ||||
(C++11)
|
||||
(C++11)
|
||||
(C++11)
|
||||
Regex Grammar | ||||
(C++11)
|
std::regex_traits
Member functions | ||||
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
This section is incomplete
Reason: no example |
See also
sets the locale
(public member function) |
Retrieved from "
https://en.cppreference.com/mwiki/index.php?title=cpp/regex/regex_traits/getloc&oldid=161057
"