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