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