ECSTASY
All in the name
Loading...
Searching...
No Matches
Or.hpp File Reference

Binary query modifier which performs a or between at least two queryables. More...

Include dependency graph for Or.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ecstasy::query::modifier::OrImpl< AutoLock, Q1, Q2, Qs >
 Binary query modifier which performs a or between at least two queryables. More...
 

Namespaces

namespace  ecstasy
 Namespace containing all symbols specific to ecstasy.
 
namespace  ecstasy::query
 Namespace regrouping the internal ecstasy query system.
 
namespace  ecstasy::query::modifier
 Namespaces regrouping all the available query modifiers.
 

Functions

template<Queryable Q1, Queryable Q2, Queryable... Qs>
auto constexpr ecstasy::query::modifier::Or (Q1 &firstOperand, Q2 &secondOperand, Qs &...otherOperands)
 Binary query modifier which performs a or between at least two queryables.
 

Detailed Description

Binary query modifier which performs a or between at least two queryables.

Author
Andréas Leroux (andre.nosp@m.as.l.nosp@m.eroux.nosp@m.@epi.nosp@m.tech..nosp@m.eu)
Version
1.0.0
Date
2022-10-27

Definition in file Or.hpp.