std::locale::encoding
From cppreference.com
C++
Feature test macros (C++20)
Concepts library (C++20)
Metaprogramming library (C++11)
Ranges library (C++20)
Filesystem library (C++17)
Concurrency support library (C++11)
Execution control library (C++26)
Text processing library
Regular expressions library (C++11)
Formatting library (C++20)
(C++17)
(C++17)
(C++17)
(C++17)
(C++17)
(C++26)
Localization library
(C++11/17/26*)
(C++11/17/26*)
(C++11/17/26*)
(C++11/17/26*)
(C++11/17/26*)
(C++11/17/26*)
std::locale
Member types
Member functions
locale::encoding
(C++26)
(until C++20)
Static member functions
std::text_encoding encoding() const;
Returns a std::text_encoding object that represents the implementation-defined encoding scheme associated with the locale *this.
[edit] Return value
A std::text_encoding object that represents the associated encoding scheme.
[edit] Example
This section is incomplete
Reason: no example
Reason: no example