ECSTASY
All in the name
Loading...
Searching...
No Matches
include.hpp
Go to the documentation of this file.
1
11
12#ifndef ECSTASY_REGISTRY_MODIFIERS_HPP_
13#define ECSTASY_REGISTRY_MODIFIERS_HPP_
14
15#include "And.hpp"
16#include "Maybe.hpp"
17#include "Not.hpp"
18#include "Or.hpp"
19#include "Xor.hpp"
20
21#endif /* !ECSTASY_REGISTRY_MODIFIERS_HPP_ */
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.