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

Reduction operator in termination detection. Add task added / processed counts and AND escape tasks booleans (used for early termination optimization). More...

Public Member Functions

value_type operator() (value_type const &lhs, value_type const &rhs) const
 

Public Types

using value_type = std::pair< int, bool >
 

Detailed Description

Reduction operator in termination detection. Add task added / processed counts and AND escape tasks booleans (used for early termination optimization).


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