libcoro  1.0
Coroutine support library for C++20

◆ generator() [2/2]

template<typename T , coro_allocator Alloc = std_allocator>
template<typename A >
coro::generator< T, Alloc >::generator ( generator< T, A > &&  other)
inline

convert from different allocator

Definition at line 216 of file generator.h.