12 template<
typename AsyncRange>
14 auto operator()(AsyncRange& async_range)
const {
17 "The return value of execution::next() must be awaitable with an awaitable.");
Definition async_range.h:57
Definition async_range.h:61
Definition is_awaitable.h:36
Definition tag_invoke.h:33
Definition any_storable.h:9
Definition async_range.h:10
constexpr auto next
Get the next value of a async range in a coroutine.
Definition async_range.h:52
constexpr tag_invoke_detail::TagInvokeFn tag_invoke
Definition tag_invoke.h:22
Definition env_promise.h:18
Definition async_range.h:11