encode_state¶

template<typename _Type>
class ztd::text::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.

using ztd::text::encode_state_t = typename encode_state<_Type>::type¶

Typename alias for ztd::text::encode_state.