std::locale::encoding
来自cppreference.com
| std::text_encoding encoding() const; |
||
返回表示与本地环境 *this 关联的由实现定义的编码方案的 std::text_encoding 对象。
返回值
表示关联编码方案的 std::text_encoding 对象。
示例
| 本节未完成 原因:暂无示例 |