A locale object contains culture-specific information on how to interpret certain input and output operations.
The public member function pubimbue of the parent class streambuf calls this virtual member function, which overrides the virtual member streambuf::imbue.
Parameters
- loc
- The locale object being imbued to the object.
Return Value
noneBasic template member declaration
( basic_filebuf<charT,traits> ) |
See also
| streambuf::pubimbue | Imbue locale (public member function) |
