bitdeque::swap

Exchange the contents of this container with another.

Synopsis

Declared in <util/bitdeque.h>

void
swap(bitdeque& other) noexcept;

Parameters

NameDescription
otherContainer to swap contents with.