std::regex_traits<CharT>::getloc
Min standard notice:
Returns the current locale of the traits object.
# Declarations
locale_type getloc() const;
(since C++11)
# Return value
The current locale of the traits object.
# Example
This section is incompleteReason: no example