std::basic_ios::imbue
Aus cppreference.com
<metanoindex/>
<tbody> </tbody> std::locale& imbue( const std::locale& loc ); |
||
Replaces the current locale. Effectively calls ios_base::imbue(loc) and if there is an associated stream buffer (rdbuf() != 0), then calls rdbuf()->pubimbue(loc).
Parameter
| loc | - | the new locale |
Rückgabewert
The previous locale, as returned by ios_base::imbue(loc).
Ausnahmen
(None)
Original:
(none)
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
