std::basic_filebuf<CharT,Traits>::imbue

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

# Return value

(none)

# Example

This section is incompleteReason: no example

# See also