decode_stateļƒ

template<typename _Type>
class decode_stateļƒ

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

Public Types

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

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

template<typename _Type>
using ztd::text::decode_state_t = typename decode_state<_Type>::typeļƒ

Typename alias for ztd::text::decode_state.