Searched defs:hb_non_void_t (Results 1 – 3 of 3) sorted by relevance
163 template <typename T1, typename T2> struct hb_non_void_t { typedef T1 value; }; argument164 template <typename T2> struct hb_non_void_t<void, T2> { typedef T2 value; }; struct
174 template <typename T1, typename T2> struct hb_non_void_t { typedef T1 value; }; argument175 template <typename T2> struct hb_non_void_t<void, T2> { typedef T2 value; }; argument
163 template <typename T1, typename T2> struct hb_non_void_t { typedef T1 value; }; struct164 template <typename T2> struct hb_non_void_t<void, T2> { typedef T2 value; }; struct