std::text_encoding:: aliases
From cppreference.net
<
cpp
|
text
|
text encoding
C++
Text processing library
| Localization library | |||||||||||||||||||||||||
| Regular expressions library (C++11) | |||||||||||||||||||||||||
| Formatting library (C++20) | |||||||||||||||||||||||||
| Null-terminated sequence utilities | |||||||||||||||||||||||||
| Byte strings | |||||||||||||||||||||||||
| Multibyte strings | |||||||||||||||||||||||||
| Wide strings | |||||||||||||||||||||||||
| Primitive numeric conversions | |||||||||||||||||||||||||
|
|||||||||||||||||||||||||
| Text encoding identifications | |||||||||||||||||||||||||
|
|||||||||||||||||||||||||
std::text_encoding
| Member functions | ||||
| Creation | ||||
| Observers | ||||
|
text_encoding::aliases
|
||||
| Helpers | ||||
| Non-member functions | ||||
| Member types | ||||
| Helper classes | ||||
|
constexpr
aliases_view aliases
(
)
const
noexcept
;
|
(C++26 以降) | |
既知の登録済み文字エンコーディングを表す場合、
*
this
のエイリアスを含む
text_encoding::aliases_view
型の空でない範囲を返します。それ以外の場合、
text_encoding::aliases_view
型の空の範囲を返します。
パラメータ
(なし)
戻り値
view
は、登録済みの既知の文字エンコーディングのエイリアスを含む範囲を表します。これは
*
this
によって表現されます。それ以外の場合は空の範囲となります。
例
|
このセクションは不完全です
理由: 例がありません |