cppreference.com
建立賬戶
登入
名稱空間
頁面
討論
變體
檢視
檢視
編輯
歷史
操作
std::text_encoding::
mib
來自 cppreference.com
<
cpp
|
text
|
text_encoding
C++
編譯器支援
自由(freestanding)與宿主(hosted)
語言
標準庫
標準庫標頭檔案
具名要求
特性測試宏
(C++20)
語言支援庫
概念庫
(C++20)
診斷庫
記憶體管理庫
超程式設計庫
(C++11)
通用工具庫
容器庫
迭代器庫
範圍庫
(C++20)
演算法庫
字串庫
文字處理庫
數值庫
日期和時間庫
輸入/輸出庫
檔案系統庫
(C++17)
併發支援庫
(C++11)
執行控制庫
(C++26)
技術規範
符號索引
外部庫
[編輯]
文字處理庫
本地化庫
正則表示式庫
(C++11)
格式化庫
(C++20)
空終止序列工具
位元組字串
多位元組字串
寬字串
原生數值轉換
to_chars
(C++17)
to_chars_result
(C++17)
from_chars
(C++17)
from_chars_result
(C++17)
chars_format
(C++17)
文字編碼標識
text_encoding
(C++26)
[編輯]
std::text_encoding
成員函式
建立
text_encoding::text_encoding
text_encoding::literal
text_encoding::environment
觀察器
text_encoding::mib
text_encoding::name
text_encoding::aliases
text_encoding::environment_is
輔助函式
text_encoding::
comp-name
非成員函式
operator==
(std::text_encoding)
成員型別
text_encoding::id
text_encoding::aliases_view
輔助類
hash
<std::text_encoding>
[編輯]
constexpr
id mib
(
)
const
noexcept
;
(C++26 起)
返回
*
this
的 MIBenum 值。等價於
return
mib_
;
。
[
編輯
]
引數
(無)
[
編輯
]
返回值
MIBenum 值
mib_
[
編輯
]
示例
本節不完整
原因:無示例
分類
:
待辦事項:無示例