다음을 통해 공유


basic_streambuf::pubimbue

Sets the basic_streambuf object's locale.

locale pubimbue( 
   const locale& _Loc 
);

매개 변수

  • _Loc
    A reference to a locale.

반환 값

The previous value stored in the locale object.

설명

The member function stores _Loc in the locale object and calls imbue.

예제

See basic_ios::imbue for an example that uses pubimbue.

요구 사항

Header: <streambuf>

네임스페이스: std

참고 항목

참조

basic_streambuf 클래스

iostream 프로그래밍

iostreams 규칙