transformer::propagate_to_any_targets Method

Executes the transformer function on the input message and tries to offer the resulting message to all of the linked targets.

virtual void propagate_to_any_targets(
   message<_Output> *
);

Requirements

Header: agents.h

Namespace: Concurrency

See Also

Reference

transformer Class