ios_base::imbue
Changes the locale.
locale imbue(
const locale& _Loc
);
매개 변수
- _Loc
The new locale setting.
반환 값
The previous locale.
설명
The member function stores _Loc in the locale object and then reports the callback event and imbue_event. It returns the previous stored value.
예제
See basic_ios::imbue for a sample.
요구 사항
Header: <ios>
네임스페이스: std