Searched refs:_hb_void_t (Results 1 – 1 of 1) sorted by relevance
41 template<typename... Ts> struct _hb_void_t { typedef void type; }; struct42 template<typename... Ts> using hb_void_t = typename _hb_void_t<Ts...>::type;