std::locale:: encoding
From cppreference.net
C++
Text processing library
| Localization library | |||||||||||||||||||||||||
| Regular expressions library (C++11) | |||||||||||||||||||||||||
| Formatting library (C++20) | |||||||||||||||||||||||||
| Null-terminated sequence utilities | |||||||||||||||||||||||||
| Byte strings | |||||||||||||||||||||||||
| Multibyte strings | |||||||||||||||||||||||||
| Wide strings | |||||||||||||||||||||||||
| Primitive numeric conversions | |||||||||||||||||||||||||
|
|||||||||||||||||||||||||
| Text encoding identifications | |||||||||||||||||||||||||
|
|||||||||||||||||||||||||
Localization library
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
std::locale
| Member types | ||||
| Member functions | ||||
|
locale::encoding
(C++26)
|
||||
|
(until C++20)
|
||||
| Static member functions | ||||
|
std::
text_encoding
Kodierung
(
)
const
;
|
||
Gibt ein std::text_encoding -Objekt zurück, das das implementierungsdefinierte Kodierungsschema repräsentiert, das mit der Locale * this assoziiert ist.
Rückgabewert
Ein std::text_encoding Objekt, das das zugehörige Kodierungsschema repräsentiert.
Beispiel
|
Dieser Abschnitt ist unvollständig
Grund: Kein Beispiel |