std::ios_base::imbue
Материал из cppreference.com
|
|
This page has been machine-translated from the English version of the wiki using Google Translate.
The translation may contain errors and awkward wording. Hover over text to see the original version. You can help to fix errors and improve the translation. For instructions click here. |
| std::locale imbue( const std::locale& loc ); |
||
Устанавливает соответствующий язык потока на заданное. Перед возвращением, каждая функция, зарегистрированных
register_callback() вызывается с imbue_event в качестве параметра. Original:
Sets the associated locale of the stream to the given one. Before returning, each function, registered by
register_callback() is called with imbue_event as a parameter. 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.
Содержание |
[править] Параметры
| loc | - | новый язык, чтобы связать поток
Original: new locale to associate the stream to The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
[править] Возвращаемое значение
локализации объекта, связанного с потоком до операции
Original:
the locale object, associated with the stream before the operation
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.
[править] Пример
| Этот раздел не завершён Причина: нет примера |
[править] См. также
| возвращает текущей локали Original: returns current locale The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (public функция-член) | |