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

Concept for updating an element. More...

#include <Concurrent.h>

Concept definition

template<typename M, typename T>
std::invocable<M, T*> &&
std::convertible_to<std::invoke_result_t<M, T*>, bool>
Concept for updating an element.
Definition Concurrent.h:36

Detailed Description

Concept for updating an element.

The predicate should return true if the element was updated and false otherwise