◐ Shell
clean mode source ↗

std::basic_streambuf::getloc – cppreference.com

Aus cppreference.com

<metanoindex/>

<tbody> </tbody>

std::locale getloc() const;

Liefert das zugehörige locale .

Original:

Returns 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.

Die zugehörige Gebietsschema ist der Wert zugeführt pubimbue() am letzten Anrufs, oder, wenn diese Funktion nicht aufgerufen wurde, wird der Wert der globalen Gebietsschema (std::locale()) zum Zeitpunkt der Konstruktion des streambuf .

Original:

The associated locale is the value supplied to pubimbue() on the last call, or, if that function has not been called, the value of the global locale (std::locale()) at the time of the construction of the streambuf.

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Parameter

(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.

Rückgabewert

Die zugehörige Gebietsschema .

Original:

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.

Beispiel

Siehe auch

Beruft imbue()

Original:

invokes imbue()

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(öffentliche Elementfunktion) [edit]