swap overloads

Synopses

Declared in <util/bitdeque.h>

Swap two FeeFracs.

void
swap(
    FeeFrac& a,
    FeeFrac& b) noexcept;

Non‐member version of swap.

void
swap(
    VecDeque& a,
    VecDeque& b) noexcept;

Exchange the contents of two containers.

void
swap(
    bitdeque& b1,
    bitdeque& b2) noexcept;

Parameters

Name

Description

a

The first FeeFrac to swap.

b

The second FeeFrac to swap.

b1

First container to swap.

b2

Second container to swap.

Created with MrDocs