ECSTASY
All in the name
Loading...
Searching...
No Matches
include.hpp
Go to the documentation of this file.
1
11
12#ifndef ECSTASY_QUERY_MODIFIERS_HPP_
13#define ECSTASY_QUERY_MODIFIERS_HPP_
14
15#include "And.hpp"
16#include "Maybe.hpp"
17#include "Modifier.hpp"
18#include "Not.hpp"
19#include "Or.hpp"
20#include "Xor.hpp"
21
29{
30}
31
32#endif /* !ECSTASY_QUERY_MODIFIERS_HPP_ */
Type erased base class for all query modifiers.
Namespaces regrouping all the available query modifiers.
Definition And.hpp:19
Binary query modifier which performs a and between at least two queryables.
Query modifier which returns a std::optional filled when the data if existing.
Query modifier which returns a std::optional filled when the data if existing.
Binary query modifier which performs a or between at least two queryables.
Binary query modifier which performs a xor between at least two queryables.