std::basic_streambuf<CharT,Traits>:: getloc
From cppreference.net
<
cpp
|
io
|
basic streambuf
C++
Input/output library
| I/O manipulators | ||||
| Print functions (C++23) | ||||
| C-style I/O | ||||
| Buffers | ||||
|
(C++23)
|
||||
|
(
C++98/26*
)
|
||||
|
(C++20)
|
||||
| Streams | ||||
| Abstractions | ||||
| File I/O | ||||
| String I/O | ||||
| Array I/O | ||||
|
(C++23)
|
||||
|
(C++23)
|
||||
|
(C++23)
|
||||
|
(
C++98/26*
)
|
||||
|
(
C++98/26*
)
|
||||
|
(
C++98/26*
)
|
||||
| Synchronized Output | ||||
|
(C++20)
|
||||
| Types | ||||
| Error category interface | ||||
|
(C++11)
|
||||
|
(C++11)
|
std::basic_streambuf
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
std::
locale
getloc
(
)
const
;
|
||
Gibt die zugehörige Locale zurück.
Das zugehörige Gebietsschema ist der Wert, der bei pubimbue() beim letzten Aufruf übergeben wurde, oder, falls diese Funktion nicht aufgerufen wurde, der Wert des globalen Gebietsschemas ( std::locale ) zum Zeitpunkt der Konstruktion des streambuf.
Inhaltsverzeichnis |
Parameter
(keine)
Rückgabewert
Das zugehörige Gebietsschema.
Beispiel
|
Dieser Abschnitt ist unvollständig
Grund: Kein Beispiel |
Siehe auch
|
ändert das zugeordnete Gebietsschema und ruft
imbue
(
)
(öffentliche Elementfunktion) |