filebuf::imbue | virtual protected member function |
void imbue ( const locale & loc ); |
Imbue locale
Associates the locale object loc to the file buffer.
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> )void imbue ( const locale & loc ); |
See also
streambuf::pubimbue | Imbue locale (public member function) |