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

Not equal condition. More...

#include "Condition.hpp"
Include dependency graph for NotEqualTo.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::NotEqualTo = query::Condition< Left, Right, std::not_equal_to<> >
 Inequality condition.
 

Detailed Description

Not 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 NotEqualTo.hpp.