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

Keeps track of the number of iterations that have been run. Will return true after n iterations have passed. More...

Public Member Functions

 n_iterations (std::size_t n)
 
template<typename RankMap , typename Graph >
bool operator() (const RankMap &, const Graph &)
 

Detailed Description

Keeps track of the number of iterations that have been run. Will return true after n iterations have passed.

Parameters
nThe number of iterations.

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