std::basic_streambuf<CharT,Traits>::pubimbue, std::basic_streambuf<CharT,Traits>::imbue

Changes the associated locale.

# Declarations

std::locale pubimbue( const std::locale& loc );
protected:
virtual void imbue( const std::locale& loc );

# Parameters

# Notes

From within the call of imbue(), getloc() returns the previous locale.

# Example

This section is incompleteReason: no example

# See also