std::wstring_convert<Codecvt,Elem,Wide_alloc,Byte_alloc>::state - cppreference.com (original) (raw)

| | | | | -------------------------- | | | | state_type state() const; | | |

Returns the current value of the conversion state, which is stored in this wstring_convert object. The conversion state may be explicitly set in the constructor and is updated by all conversion operations.

[edit] Return value

_[cvtstate](../wstring%5Fconvert.html#cvtstate "cpp/locale/wstring convert")_

[edit] Example

[edit] See also