Create a guard managing the specified child iterator in the specified parent node. The guard will erase the child from the parent upon destruction unless release() is called.

Synopsis

Declared in <ball_categorymanager_radixtree.h>

CategoryManager_RadixTree_ChildNodeGuard(
    Node* parent,
    ChildIterator child);

Created with MrDocs