|
filebuf::imbuevirtual 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
Return ValuenoneBasic template member declaration( basic_filebuf<charT,traits> )
See also
|