名前空間
変種
操作

std::text_encoding::aliases

From cppreference.com
< cpp‎ | text‎ | text encoding
 
 
 
 
constexpr aliases_view aliases() const noexcept;
(C++26以降)

既知の登録済み文字エンコーディングを表す*thisのエイリアスを含む、text_encoding::aliases_view型の空でない範囲を返します。それ以外の場合は、text_encoding::aliases_view型の空の範囲を返します。

[編集] パラメータ

(なし)

[編集] 戻り値

*thisが表す既知の登録済み文字エンコーディングのエイリアスを含むview。それ以外の場合は空の範囲。

[編集]

English 日本語 中文(简体) 中文(繁體)