code_pointļƒ

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

template<typename _Type>
using ztd::text::code_point_t = typename code_point<_Type>::typeļƒ

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