std::basic_regex<CharT,Traits>::getloc

Returns the current locale associated with the regular expression.

# Declarations

locale_type getloc() const;

(since C++11)

# Return value

The current locale associated with the regular expression.

# Example

This section is incompleteReason: no example

# See also