This is custom StopCondition, it returns true after given time limit. More...
#include <custom_components.hpp>
Public Member Functions | |
stop_condition_time_limit (duration d) | |
Constructor. More... | |
template<typename... Args> | |
bool | operator() (Args &&...) |
Checks if the time is up. More... | |
void | restart () |
resets the start point | |
This is custom StopCondition, it returns true after given time limit.
Definition at line 179 of file custom_components.hpp.
|
inline |
|
inline |
Checks if the time is up.
Args |
... |
Definition at line 197 of file custom_components.hpp.