Remove the given node from this LedgerTrie::Node
's children.
void erase( Node const* child);
Name |
Description |
---|---|
|
The address of the child node to remove |
The child must be a member of the vector. The passed pointer will be dangling as a result of this call