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.
-
using type = typename remove_cvref_t<_Type>::code_pointļ
-
using ztd::text::code_point_t = typename code_point<_Type>::typeļ
A typename alias for ztd::text::code_point.