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

Returns the associated locale.

# Declarations

std::locale getloc() const;

# Return value

The associated locale.

# Example

This section is incompleteReason: no example

# See also