Move assignment operator.

Synopsis

Declared in <util/bitdeque.h>

bitdeque&
operator=(bitdeque&& other) noexcept = default;

Return Value

Reference to this container.

Parameters

Name

Description

other

Container to move from.

Created with MrDocs