std::wstring_convert<Codecvt,Elem,Wide_alloc,Byte_alloc>::state
來自 cppreference.com
< cpp | 本地化 | wstring_convert
定義於標頭檔案 <locale> |
||
state_type state() const; |
||
返回此 wstring_convert
物件中儲存的當前轉換狀態值。轉換狀態可以在建構函式中明確設定,並由所有轉換操作更新。
[編輯] 返回值
[編輯] 示例
本節不完整 原因:無示例 |
[編輯] 參閱
將寬字串轉換為位元組字串 (公共成員函式) | |
將位元組字串轉換為寬字串 (公共成員函式) | |
檢查 std::mbstate_t 物件是否表示初始移位狀態 (函式) |