Home
last modified time | relevance | path

Searched refs:hb_match_pointer (Results 1 – 1 of 1) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-meta.hh116 template <typename T> struct hb_match_pointer : hb_type_identity_t<T>, hb_bool_constant<false>{}; struct
117 template <typename T> struct hb_match_pointer<T *> : hb_type_identity_t<T>, hb_bool_constant<true> … struct
118 template <typename T> using hb_remove_pointer = typename hb_match_pointer<T>::type;
122 #define hb_is_pointer(T) hb_match_pointer<T>::value