If the callback of the specified node is currently executing, wait for it to complete. Otherwise, remove node from the list of nodes registered to this state. The behavior is undefined if this method is called more than once for a given node or if node was not previously registered to this state by a call to enregister that returned true.

Synopsis

Declared in <bslstl_stopstate.h>

void
deregister(StopStateCallbackNode* node);

Created with MrDocs