basic_ios::imbue
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)
.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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)
.