std::text_encoding:: mib
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::mib
|
||||
| Helpers | ||||
| Non-member functions | ||||
| Member types | ||||
| Helper classes | ||||
|
constexpr
id mib
(
)
const
noexcept
;
|
(C++26以降) | |
*
this
のMIBenum値を返します。
return
mib_
;
と等価です。
パラメータ
(なし)
戻り値
MIBenum値
mib_
例
|
このセクションは不完全です
理由:例がありません |