Exchange the contents of two containers.
Declared in <util/bitdeque.h>
<util/bitdeque.h>
void swap( bitdeque& b1, bitdeque& b2) noexcept;
Name
Description
b1
First container to swap.
b2
Second container to swap.
Created with MrDocs