Move constructor.

Synopsis

Declared in <util/bitdeque.h>

bitdeque(bitdeque&& other) noexcept = default;

Parameters

Name

Description

other

Container to move from.

Created with MrDocs