This is a virtual member function that can be redefined for a specific behavior in derived classes. Its default behavior in streambuf is to do nothing.
The standard derived class filebuf overrides this function (see filebuf::imbue).
Parameters
- loc
- The locale object being imbued to the object.
Return Value
noneBasic template member declaration
( basic_streambuf<charT,traits> ) |
See also
| streambuf::pubimbue | Imbue locale (public member function) |
