Searched defs:hb_match_pointer (Results 1 – 3 of 3) sorted by relevance
123 template <typename T> struct hb_match_pointer : hb_type_identity_t<T>, hb_false_type {}; struct124 template <typename T> struct hb_match_pointer<T *> : hb_type_identity_t<T>, hb_true_type {}; struct
120 template <typename T> struct hb_match_pointer : hb_type_identity_t<T>, hb_bool_constant<false>{}; struct121 template <typename T> struct hb_match_pointer<T *> : hb_type_identity_t<T>, hb_bool_constant<true> … struct
116 template <typename T> struct hb_match_pointer : hb_type_identity_t<T>, hb_bool_constant<false>{}; struct117 template <typename T> struct hb_match_pointer<T *> : hb_type_identity_t<T>, hb_bool_constant<true> … struct