multi_link_registry::remove Method

Removes a link from the multi_link_registry object.

virtual bool remove(
   _EType _Link
);

Parameters

  • _Link
    A pointer to a block to be removed, if found.

Return Value

true if the link was found and removed, false otherwise.

Requirements

Header: agents.h

Namespace: concurrency

See Also

Reference

multi_link_registry Class