Filtering function object associated internally in the edge_container implementation for edges representing only a SIGNAL (i.e., an explicit predecessor passed to paragraph_view::add_task.To unify the implementation, the function operand returns full value passed to it, but this is not made available to the predecessor task.
More...
Public Member Functions | |
| template<typename Ref1 > | |
| T | operator() (Ref1 x) |
| bool | operator== (df_null_functor const &) const |
| Need by Boost.Function for comparison. Since there are no data members, any two objects of this type are equivalent. | |
Public Types | |
| using | argument_type = T |
| using | result_type = T |
Filtering function object associated internally in the edge_container implementation for edges representing only a SIGNAL (i.e., an explicit predecessor passed to paragraph_view::add_task.
To unify the implementation, the function operand returns full value passed to it, but this is not made available to the predecessor task.
1.8.13