Iros
Loading...
Searching...
No Matches
di::concepts::UnstoppableToken Concept Reference
#include <
di/sync/concepts/unstoppable_token.h
>
Concept definition
template
<
typename
T>
concept
di::concepts::UnstoppableToken
=
StoppableToken<T>
&&
requires
{
{ T::stop_possible() } ->
BooleanTestable
;
} && (!T::stop_possible())
di::concepts::BooleanTestable
Definition
operations.h:128
di::concepts::StoppableToken
Definition
stoppable_token.h:13
di::concepts::UnstoppableToken
Definition
unstoppable_token.h:7
di
concepts
UnstoppableToken
Generated by
1.13.0