From cppreference.com
std::text_encodingencoding()const;Returns a
object that represents the implementation-defined encoding scheme associated with the locale *this.
Return value
A
object that represents the associated encoding scheme.
Example
See also