|
CeresEngine 0.2.0
A game development framework
|
A predicate that operates using two other predicates as-if a unary operation. More...
#include <CeresEngine/Foundation/Predicate.hpp>
Public Member Functions | |
| constexpr | UnaryPredicate (TPredicate &&predicate) noexcept |
Creates a new UnaryPredicate. | |
Public Attributes | |
| TPredicate | predicate |
| The operand predicate. | |
A predicate that operates using two other predicates as-if a unary operation.
| T | the concrete predicate type |
| TPredicate | the operand predicate |
|
inlineexplicitconstexprnoexcept |
Creates a new UnaryPredicate.
| predicate | The operand predicate |
| TPredicate CeresEngine::UnaryPredicate< T, TPredicate >::predicate |
The operand predicate.