Move assignment operator.
Declared in <util/bitdeque.h>
<util/bitdeque.h>
bitdeque& operator=(bitdeque&& other) noexcept = default;
Reference to this container.
Name
Description
other
Container to move from.
Created with MrDocs