Swap two deques.

Synopsis

Declared in <util/vecdeque.h>

void
swap(VecDeque& other) noexcept;

Parameters

Name

Description

other

The deque to exchange contents with.

Created with MrDocs