libcoro  1.0
Coroutine support library for C++20

◆ operator()()

template<typename T , coro_allocator Alloc = std_allocator>
deferred_future<T> coro::generator< T, Alloc >::operator() ( )
inline

call the generator

Returns
future value, note that generator is actually called once the value is requested.

Definition at line 194 of file generator.h.