CoinsViewCacheCursor::NextAndMaybeErase

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

NameDescription
currentThe entry to advance past, which may be erased or unflagged.