Peano
Loading...
Searching...
No Matches
CtxAwareStatefulOnNodeCallback Concept Reference
#include <
spacetree.h
>
Concept definition
template
<
typename
T,
typename
Spacetree,
typename
Val>
concept
CtxAwareStatefulOnNodeCallback
=
requires
(T t,
Spacetree
*node, Val &val,
TaskCtx
&ctx) {
{ t(node, val, ctx) } -> std::same_as<void>;
}
CtxAwareStatefulOnNodeCallback
Definition
spacetree.h:35
Spacetree
Definition
spacetree.h:52
TaskCtx
Definition
task.h:13
Detailed Description
Definition at line
35
of file
spacetree.h
.
CtxAwareStatefulOnNodeCallback
Generated on Fri Apr 25 2025 15:01:28 for Peano by
1.10.0