#include <CeresEngine/Foundation/Predicate.hpp>
◆ UserPredicate()
|
|
inlineexplicitconstexprnoexcept |
Creates a new UserPredicate
- Parameters
-
| callable | The callable to be invoked when evaluating the predicate. |
◆ operator()()
template<typename... Input>
Executes the predicate.
- Template Parameters
-
| Input | the predicate input types |
- Parameters
-
| input | The predicate inputs |
- Returns
- The predicate evaluation result
◆ callable
The callable to be invoked when evaluating the predicate.
The documentation for this struct was generated from the following file:
- /Users/Rogiel/Developer/CeresEngine/Engine/Sources/CeresEngine/Foundation/Predicate.hpp