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_null_functor< T > Struct Template Reference

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 >
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
 

Detailed Description

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


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