libcoro  1.0
Coroutine support library for C++20

◆ collector() [3/3]

template<typename Collectible , typename Result , coro_allocator Alloc = std_allocator>
template<typename A >
coro::collector< Collectible, Result, Alloc >::collector ( collector< Collectible, Result, A > &&  other)
inline

convert from different allocator

Definition at line 118 of file collector.h.