Copy constructor.

Synopsis

Declared in <util/bitdeque.h>

bitdeque(bitdeque const& other) = default;

Parameters

Name

Description

other

Container to copy from.

Created with MrDocs