Add a predicate class that just allow to define a lamda/std::function for the check.
Description
Description
Status | Assigned | Task | ||
---|---|---|---|---|
Resolved | floca | T23721 Project "Astonishing Angelfish" | ||
Resolved | floca | T23754 DataStorage/Relationship clean up/refactoring | ||
Resolved | kislinsk | T23771 Add mitk::NodePredicateLambda |
Event Timeline
Comment Actions
I'll call it mitk::NodePredicateFunction to make clear, that the predicate is not limited to lambda functions. By using std::function, any Callable can be invoked by the predicate.