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 &) |
Keeps track of the number of iterations that have been run. Will return true after n iterations have passed.
n | The number of iterations. |