ECSTASY
All in the name
Loading...
Searching...
No Matches
include.hpp
Go to the documentation of this file.
1
11
12#ifndef ECSTASY_QUERY_HPP_
13#define ECSTASY_QUERY_HPP_
14
15#include "Query.hpp"
16#include "Select.hpp"
17#include "concepts/include.hpp"
18#include "modifiers/include.hpp"
19
26namespace ecstasy::query
27{
28}
29
30#endif /* !ECSTASY_QUERY_HPP_ */
Query components presents in all given queryables.
Advanced Query. It allows to select which data must be kept from a query request.
Namespace regrouping the internal ecstasy query system.
Definition Condition.hpp:18