libcoro  1.0
Coroutine support library for C++20

◆ operator=()

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

assign by move

Definition at line 124 of file collector.h.