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
encodage
(
)
const
;
|
||
Retourne un std::text_encoding qui représente le schéma d'encodage défini par l'implémentation associé à la locale * this .
Valeur de retour
Un std::text_encoding objet qui représente le schéma d'encodage associé.
Exemple
|
Cette section est incomplète
Raison : aucun exemple |