std::locale::encoding

来自cppreference.com
< cpp‎ | locale‎ | locale
 
 
 
 
 
std::text_encoding encoding() const;

返回表示与本地环境 *this 关联的由实现定义的编码方案的 std::text_encoding 对象。

返回值

表示关联编码方案的 std::text_encoding 对象。

示例

参阅