Searched refs:coroutine_traits (Results 1 – 2 of 2) sorted by relevance
26 template<typename ...T> struct coroutine_traits; // expected-note {{declared here}}31 struct std::coroutine_traits<coro<Promise>, Ps...> { struct in std39 template<typename ...T> struct std::coroutine_traits<int, T...> {}; struct in std45 template<> struct std::coroutine_traits<double, double> { typedef int promise_type; }; struct in std50 template<> struct std::coroutine_traits<double, int> { struct in std58 template<typename ...T> struct std::coroutine_traits<void, T...> { using promise_type = promise; }; argument186 template<> struct std::coroutine_traits<void, yield_fn_tag> { struct in std
8441 "'std::coroutine_traits' must be a class template">;