code_unitļƒ

template<typename _Type>
class code_unitļƒ

Retrieves the code unit type for the given type.

Public Types

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

The code unit type for the encoding type.

template<typename _Type>
using ztd::text::code_unit_t = typename code_unit<remove_cvref_t<_Type>>::typeļƒ

A typename alias for ztd::text::code_unit.