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.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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.