Page MenuHomePhabricator

Add mitk::NodePredicateLambda
Closed, ResolvedPublic

Description

Add a predicate class that just allow to define a lamda/std::function for the check.

Event Timeline

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.