Filtering function object associated internally in the edge_container
implementation for edges representing FULL consumption a producer task's value by the successor. Hence it is an identity filter, returning the full value passed to it.
More...
Public Member Functions | |
template<typename Ref1 > | |
T | operator() (Ref1 x) |
template<typename Ref1 > | |
T | operator() (Ref1 x) const |
T && | operator() (T &&val) const |
bool | operator== (df_identity 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 FULL consumption a producer task's value by the successor. Hence it is an identity filter, returning the full value passed to it.