std::wbuffer_convert<Codecvt,Elem,Tr>:: state
From cppreference.net
<
cpp
|
locale
|
wbuffer convert
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 | |||||||||||||||||||||||||
|
|||||||||||||||||||||||||
Localization library
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
std::wbuffer_convert
| Member functions | ||||
|
wbuffer_convert::state
|
|
state_type state
(
)
const
;
|
||
この
wbuffer_convert
オブジェクトに格納されている変換状態の現在値を返します。変換状態はコンストラクタで明示的に設定でき、すべての変換操作によって更新されます。
戻り値
例
|
このセクションは不完全です
理由: 例がありません |
関連項目
|
現在の変換状態を返す
(
std::wstring_convert<Codecvt,Elem,Wide_alloc,Byte_alloc>
の公開メンバ関数)
|
|
|
std::mbstate_t
オブジェクトが初期シフト状態を表しているかどうかをチェックする
(関数) |