Subtraction operators
Declared in <kernel/bitcoinkernel_wrapper.h>
Returns an iterator rewound by n positions.
auto
operator-(difference_type n) const;
» more...
Computes the distance between two iterators.
auto
operator-(Iterator const& other) const;
» more...
| Name | Description |
|---|---|
| n | The offset to subtract. |
| other | The iterator to subtract. |