Searched refs:hb_non_void_t (Results 1 – 1 of 1) sorted by relevance
772 template <typename T1, typename T2> struct hb_non_void_t { typedef T1 value; }; struct773 template <typename T2> struct hb_non_void_t<void, T2> { typedef T2 value; }; argument782 typedef typename hb_non_void_t<Subclass,