Subtraction operators
Synopses
Declared in <kernel/bitcoinkernel_wrapper.h>
Returns an iterator rewound by n positions.
auto
operator‐(difference_type n) const;
Computes the distance between two iterators.
auto
operator‐(Iterator const& other) const;
Return Value
-
A new iterator at the offset position.
-
The signed number of elements between the two positions.
Parameters
Name |
Description |
n |
The offset to subtract. |
other |
The iterator to subtract. |
Created with MrDocs