Namespaces
Variants
Views
Actions

std::locale::encoding

From cppreference.com
< cpp‎ | locale‎ | locale
Revision as of 23:56, 18 October 2024 by D41D8CD98F (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
 
 
 
 
std::text_encoding encoding() const;

Returns a std::text_encoding object that represents the implementation-defined encoding scheme associated with the locale *this.

Return value

A std::text_encoding object that represents the associated encoding scheme.

Example

See also

[static]
constructs a new text_encoding representing the ordinary character literal encoding
(public static member function of std::text_encoding) [edit]