std::text_encoding::aliases
来自 cppreference.cn
< cpp | text | text encoding
constexpr aliases_view aliases() const noexcept; |
(自 C++26 起) | |
返回一个非空的 text_encoding::aliases_view
类型的范围,其中包含 *this 的别名(如果它表示已知的已注册字符编码)。否则,返回 text_encoding::aliases_view
类型的空范围。
[编辑] 参数
(无)
[编辑] 返回值
一个 view
,包含由 *this 表示的已知已注册字符编码的别名;否则为空范围。
[编辑] 示例
本节尚不完整 原因:没有示例 |