std::basic_streambuf<CharT,Traits>::pubimbue, std::basic_streambuf<CharT,Traits>::imbue
Min standard notice:
Changes the associated locale.
# Declarations
std::locale pubimbue( const std::locale& loc );
protected:
virtual void imbue( const std::locale& loc );
# Parameters
loc: locale object to associate
# Notes
From within the call of imbue(), getloc() returns the previous locale.
# Example
This section is incompleteReason: no example