source_link_manager::remove Method

Removes a link from the source_link_manager object.

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

source_link_manager Class