ecor
Loading...
Searching...
No Matches
ecor::unstoppable_token Concept Reference

Concept for unstoppable tokens, which are a special case of stoppable tokens that cannot be stopped. More...

#include <ecor.hpp>

Concept definition

template<class Token>
stoppable_token< Token > && requires { requires( !Token{}.stop_possible() ); }
Concept for stoppable tokens, requires that the type has stop_requested and stop_possible member func...
Definition: ecor.hpp:1285
Concept for unstoppable tokens, which are a special case of stoppable tokens that cannot be stopped.
Definition: ecor.hpp:1294

Detailed Description

Concept for unstoppable tokens, which are a special case of stoppable tokens that cannot be stopped.