decode_stateļ
-
template<typename _Type>
class decode_stateļ Retrieves the
decode_state
of the encoding type if it has one, or thestate
type of the encoding.Public Types
-
using type = typename __txt_detail::__decode_state<remove_cvref_t<_Type>>::typeļ
The
decode_state
type orstate
type on a given encoding type.
-
using type = typename __txt_detail::__decode_state<remove_cvref_t<_Type>>::typeļ
-
using ztd::text::decode_state_t = typename decode_state<_Type>::typeļ
Typename alias for ztd::text::decode_state.