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