Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Changes the locale.
locale imbue(
const locale& _Loc
);
Parameters
- _Loc
The new locale setting.
Return Value
The previous locale.
Remarks
The member function stores _Loc in the locale object and then reports the callback event and imbue_event. It returns the previous stored value.
Example
See basic_ios::imbue for a sample.
Requirements
Header: <ios>
Namespace: std