Increment operators
Declared in <kernel/bitcoinkernel_wrapper.h>
Advances to the next element.
auto&
operator++();
» more...
Advances to the next element (post-increment).
auto
operator++(int unused);
» more...
| Name | Description |
|---|---|
| unused | Ignored disambiguator selecting the post-increment form. |