Iros
 
Loading...
Searching...
No Matches
stoppable_token_for.h
Go to the documentation of this file.
1#pragma once
2
6
7namespace di::concepts {
8template<typename T, typename Callback, typename Init = Callback>
10 StoppableToken<T> && Invocable<Callback> && requires { typename T::template CallbackType<Callback>; } &&
15}
Definition operations.h:11
Definition invoke.h:58
Definition stoppable_token_for.h:9
Definition stoppable_token.h:13
Definition any_storable.h:9