ECSTASY
All in the name
Loading...
Searching...
No Matches
Less.hpp
Go to the documentation of this file.
1
11
12#ifndef ECSTASY_QUERY_CONDITIONS_LESS_HPP_
13#define ECSTASY_QUERY_CONDITIONS_LESS_HPP_
14
15#include "Condition.hpp"
16
17namespace ecstasy
18{
20 template <auto Left, auto Right>
22} // namespace ecstasy
23
24#endif /* !ECSTASY_QUERY_CONDITIONS_LESS_HPP_ */
Contains the condition resolution structures.
Namespace containing all symbols specific to ecstasy.
Definition ecstasy.hpp:30
Condition resolution structure.
Definition Condition.hpp:43