ios_base::imbue
ios_base::imbue
locale imbue(const locale& loc);
The member function stores loc
in the locale object, then reports the callback eventimbue_event
. It returns the previous stored value.
ios_base::imbue
locale imbue(const locale& loc);
The member function stores loc
in the locale object, then reports the callback eventimbue_event
. It returns the previous stored value.