Searched defs:void_t (Results 1 – 4 of 4) sorted by relevance
21 template <class...> using void_t = void; variable
19 template<typename...> using void_t = void; typedef
137 std::void_t<T> void_t() {} in void_t() function
46 template<typename...> using void_t = void; typedef