ECSTASY
All in the name
Loading...
Searching...
No Matches
ecstasy::query::Condition< Left, Right, Comparer > Struct Template Reference

Condition resolution structure. More...

#include <Condition.hpp>

Inheritance diagram for ecstasy::query::Condition< Left, Right, Comparer >:
Collaboration diagram for ecstasy::query::Condition< Left, Right, Comparer >:

Detailed Description

template<auto Left, auto Right, typename Comparer>
struct ecstasy::query::Condition< Left, Right, Comparer >

Condition resolution structure.

The operands can be one of those (either left or right operand):

  • Const value: Condition<5, 5, Comparer>
  • Member pointer: Condition<&Type::value, 5, Comparer>
  • Getter pointer: Condition<&Type::getValue, 5, Comparer>
Template Parameters
LeftLeft operand.
RightRight operand.
ComparerComparer to use.
Author
Andréas Leroux (andre.nosp@m.as.l.nosp@m.eroux.nosp@m.@epi.nosp@m.tech..nosp@m.eu)
Since
1.0.0 (2024-10-17)

Definition at line 43 of file Condition.hpp.


The documentation for this struct was generated from the following file: