Searched defs:void_t_impl (Results 1 – 5 of 5) sorted by relevance
225 template <typename... Ts> struct void_t_impl { using type = void; }; struct
225 template <typename... Ts> struct void_t_impl { using type = void; }; argument
314 template <typename...> struct void_t_impl { struct317 template <typename... T> using void_t = typename void_t_impl<T...>::type; argument