code_point¶

template<typename _Type>
class ztd::text::code_point¶

Retrieves the code point type for the given type.

Public Types

using type = typename remove_cvref_t<_Type>::code_point¶

The code point type for the given encoding type. If it does not exist, ztd::text::unicode_code_point is assumed.

using ztd::text::code_point_t = typename code_point<_Type>::type¶

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