std::wbuffer_convert<Codecvt,Elem,Tr>::state
Min standard notice:
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
# Example
This section is incompleteReason: no example