Returns an iterator rewound by n positions.
Synopsis
Declared in <kernel/bitcoinkernel_wrapper.h>
auto
operator‐(difference_type n) const;
Return Value
A new iterator at the offset position.
Parameters
Name |
Description |
n |
The offset to subtract. |
Created with MrDocs