The promise type of a coroutine is std::coroutine_traits<R, P1, …, Pn>::promise_type, where R is the return type of the function, and P1…Pn is ...
確定! 回上一頁