swap overloads
Declared in <util/bitdeque.h>
Swap two FeeFracs.
void
swap(
FeeFrac& a,
FeeFrac& b) noexcept;
» more...
Non-member version of swap.
void
swap(
VecDeque& a,
VecDeque& b) noexcept;
» more...
Exchange the contents of two containers.
void
swap(
bitdeque& b1,
bitdeque& b2) noexcept;
» more...
| Name | Description |
|---|---|
| a | The first FeeFrac to swap. |
| b | The second FeeFrac to swap. |
| b1 | First container to swap. |
| b2 | Second container to swap. |