Mark an entry DIRTY, adding it to the flagged linked list if needed.

Synopsis

Declared in <coins.h>

static
void
SetDirty(
    CoinsCachePair& pair,
    CoinsCachePair& sentinel) noexcept;

Parameters

Name

Description

pair

The map entry to flag.

sentinel

The sentinel of the flagged‐entry linked list.

Created with MrDocs