Project
Loading...
Searching...
No Matches
o2::framework::is_condition Concept Reference
#include <
Condition.h
>
Concept definition
template
<
typename
T>
concept
o2::framework::is_condition
=
requires
(T t) {
typename
T::type;
requires
std::same_as<
typename
T::type*,
decltype
(t.instance)>;
requires
std::same_as<std::string,
decltype
(t.path)>;
}
o2::framework::is_condition
Definition
Condition.h:46
Detailed Description
Definition at line
46
of file
Condition.h
.
o2
framework
is_condition
Generated on Tue Feb 25 2025 17:03:43 for Project by
1.9.8