std::basic_filebuf<CharT,Traits>::imbue
Min standard notice:
Changes the associated locale so that all characters inserted or extracted after this call (and until another call to imbue()) are converted using the std::codecvt facet of loc.
# Declarations
protected:
virtual void imbue( const std::locale& loc )
# Parameters
loc: the locale to imbue the stream with
# Return value
(none)
# Example
This section is incompleteReason: no example