std::locale::encoding
来自cppreference.com
文本处理库
本地化库
|
std::locale
成员类型 | ||||
成员函数 | ||||
locale::encoding (C++26) | ||||
(C++20 前) | ||||
静态成员函数 | ||||
std::text_encoding encoding() const; | ||
返回表示与本地环境 *this 关联的由实现定义的编码方案的 std::text_encoding 对象。
返回值
表示关联编码方案的 std::text_encoding 对象。
示例
本节未完成 原因:暂无示例 |