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.
basic_ios::imbue
locale imbue(const locale& loc);
If rdbuf
is not a null pointer, the member function calls rdbuf()->
pubimbue
(loc)
. In any case, it returns ios_base::imbue
(loc)
.