Searched refs:indirect_void_t_imp (Results 1 – 1 of 1) sorted by relevance
36 template<class ...Args> struct indirect_void_t_imp { using type = void; }; struct37 template<class ...Args> using indirect_void_t = typename indirect_void_t_imp<Args...>::type;