Iros
 
Loading...
Searching...
No Matches
operation_state.h
Go to the documentation of this file.
1#pragma once
2
5#include "di/meta/language.h"
6
7namespace di::concepts {
8template<typename T>
10 concepts::Queryable<T> && concepts::Object<T> && requires(T& op_state) { execution::start(op_state); };
11}
Definition language.h:370
Definition operation_state.h:9
Definition queryable.h:7
Definition any_storable.h:9
constexpr auto start
Definition start.h:20