Jamba C++ API 8.0.0
Loading...
Searching...
No Matches
pongasoft::Utils::ElementModifier Concept Reference

Concept for updating an element. We do not explicitly restrict the return type which is unused. More...

#include <Concurrent.h>

Concept definition

template<typename M, typename T>
concept ElementModifier = std::invocable<M, T*>
Concept for updating an element. We do not explicitly restrict the return type which is unused.
Definition Concurrent.h:31

Detailed Description

Concept for updating an element. We do not explicitly restrict the return type which is unused.