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

Greater than or equal condition. More...

#include "Condition.hpp"
Include dependency graph for GreaterEqual.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  ecstasy
 Namespace containing all symbols specific to ecstasy.
 

Typedefs

template<auto Left, auto Right>
using ecstasy::GreaterEqual = query::Condition< Left, Right, std::greater_equal<> >
 Greater than or equal condition.
 

Detailed Description

Greater than or equal condition.

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-12-16

Definition in file GreaterEqual.hpp.