[#CoinsViewCacheCursor-NextAndMaybeErase] = xref:CoinsViewCacheCursor.adoc[CoinsViewCacheCursor]::NextAndMaybeErase :relfileprefix: ../ :mrdocs: Return the next entry after current, possibly erasing current == Synopsis Declared in `<coins.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:CoinsCachePair.adoc[CoinsCachePair]* NextAndMaybeErase(xref:CoinsCachePair.adoc[CoinsCachePair]& current) noexcept; ---- == Return Value Pointer to the next flagged entry. == Parameters [cols="1,4"] |=== | Name| Description | *current* | The entry to advance past, which may be erased or unflagged. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#