This is custom StopCondition , it returns true after given count limit. More...
#include <custom_components.hpp>
Public Member Functions | |
stop_condition_count_limit (unsigned limit) | |
Constructor. More... | |
template<typename... Args> | |
bool | operator() (Args &&...) const |
increment the counter and checks if the given limit is reached. More... | |
This is custom StopCondition , it returns true after given count limit.
Definition at line 149 of file custom_components.hpp.
|
inline |
Constructor.
limit | given count limit |
Definition at line 156 of file custom_components.hpp.
|
inline |
increment the counter and checks if the given limit is reached.
Args |
Definition at line 165 of file custom_components.hpp.