std::basic_streambuf::pubimbue, std::basic_streambuf::imbue
Aus cppreference.com
< cpp | io | basic streambuf
![]() |
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 pubimbue( const std::locale& loc ); |
(1) | |
protected: virtual std::locale imbue( const std::locale& loc ); |
(2) | |
Änderungen der zugehörige locale .
1) Original:
Changes the associated locale.
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.
Ruft
2) imbue(loc)
der am meisten abgeleiteten KlasseOriginal:
Calls
imbue(loc)
of the most derived classThe 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.
Die Basisklasse Version dieser Funktion hat keine Wirkung. Die abgeleiteten Klassen kann diese Funktion überschreiben Um über die Veränderungen des Gebietsschemas informiert zu werden. Die abgeleitete Klasse kann zwischenspeichern das Gebietsschema und Mitglied Facetten zwischen den Aufrufen
imbue()
.Original:
The base class version of this function has no effect. The derived classes may override this function in order to be informed about the changes of the locale. The derived class may cache the locale and member facets between calls to
imbue()
.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.
Inhaltsverzeichnis |
[Bearbeiten] Parameter
loc | - | locale Objekt verknüpfen
Original: locale object to associate The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
[Bearbeiten] Rückgabewert
Vorherige zugehörigen locale .
Original:
Previous associated locale.
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.
[Bearbeiten] Beispiel
This section is incomplete Reason: no example |
[Bearbeiten] Siehe auch
erhält eine Kopie des zugehörigen locale Original: obtains a copy of the associated locale The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (öffentliche Elementfunktion) |