std::wbuffer_convert<Codecvt,Elem,Tr>::state

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

# Declarations

state_type state() const;

# Return value

cvtstate

# Example

This section is incompleteReason: no example

# See also