|
CeresEngine 0.2.0
A game development framework
|
A predicate that operates using two other predicates as-if a binary operation. More...
#include <CeresEngine/Foundation/Predicate.hpp>
Public Member Functions | |
| constexpr | BinaryPredicate (Predicate1 &&predicate1, Predicate2 &&predicate2) noexcept |
Creates a new BinaryPredicate. | |
Public Attributes | |
| Predicate1 | predicate1 |
| The left-hand side predicate. | |
| Predicate2 | predicate2 |
| The right-hand side predicate. | |
A predicate that operates using two other predicates as-if a binary operation.
| T | the concrete predicate type |
| Predicate1 | the left-hand side predicate |
| Predicate2 | the right-hand side predicate |
|
inlineconstexprnoexcept |
Creates a new BinaryPredicate.
| predicate1 | The left-hand side predicate |
| predicate2 | The right-hand side predicate |
| Predicate1 CeresEngine::BinaryPredicate< T, Predicate1, Predicate2 >::predicate1 |
The left-hand side predicate.
| Predicate2 CeresEngine::BinaryPredicate< T, Predicate1, Predicate2 >::predicate2 |
The right-hand side predicate.