PrevUpHomeNext

LedgerTrie::Node::erase

Remove the given node from this LedgerTrie::Node's children.

Synopsis
void
erase(
    Node const* child);
Description
Parameters

Name

Description

child

The address of the child node to remove

Remarks

The child must be a member of the vector. The passed pointer will be dangling as a result of this call


PrevUpHomeNext