ORIGINAL
Loading...
Searching...
No Matches
original::Predicate Concept Reference

Constraint for boolean predicate callbacks. More...

#include <types.h>

Concept definition

template<typename Callback, typename... Args>
concept original::Predicate = CallbackOf<Callback, bool, Args...>
Validates callback signature compatibility.
Definition types.h:345
Constraint for boolean predicate callbacks.
Definition types.h:357

Detailed Description

Constraint for boolean predicate callbacks.

Template Parameters
CallbackPredicate function type
ArgsInput types for predicate

Requires a callback that returns a boolean value.