libcoro  1.0
Coroutine support library for C++20

◆ reference

template<typename T , coro_allocator Alloc = std_allocator>
using coro::generator< T, Alloc >::reference = std::add_lvalue_reference_t<T>

reference type

Definition at line 100 of file generator.h.