STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions | Public Types
stapl::detail::df_identity< T > Struct Template Reference

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 >
operator() (Ref1 x)
 
template<typename Ref1 >
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
 

Detailed Description

template<typename T>
struct stapl::detail::df_identity< 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.


The documentation for this struct was generated from the following file: