encode_stateļƒ

template<typename _Type>
class encode_stateļƒ

Retrieves the encode_state of the encoding type if it has one, or the state type of the encoding.

Public Types

using type = typename __txt_detail::__encode_state<remove_cvref_t<_Type>>::typeļƒ

The encode_state type or state type on a given encoding type.

template<typename _Type>
using ztd::text::encode_state_t = typename encode_state<_Type>::typeļƒ

Typename alias for ztd::text::encode_state.