다음을 통해 공유


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

참고 항목

참조

ios_base 클래스

iostream 프로그래밍

iostreams 규칙