Return the next entry after current, possibly erasing current
Synopsis
Declared in <coins.h>
CoinsCachePair*
NextAndMaybeErase(CoinsCachePair& current) noexcept;
Return Value
Pointer to the next flagged entry.
Parameters
Name |
Description |
current |
The entry to advance past, which may be erased or unflagged. |
Created with MrDocs