source_link_manager::contains Method

Searches the network_link_registry within this source_link_manager object for a specified block.

bool contains(
   _EType _Link
);

Parameters

  • _Link
    A pointer to a block that is to be searched for in the source_link_manager object.

Return Value

true if the specified block was found, false otherwise.

Requirements

Header: agents.h

Namespace: Concurrency

See Also

Reference

source_link_manager Class