souffle  2.0.2-371-g6315b36
Public Member Functions | Data Fields
souffle::evaluator::lxor_infix::curry< A > Struct Template Reference

#include <EvaluatorUtil.h>

Collaboration diagram for souffle::evaluator::lxor_infix::curry< A >:
Collaboration graph

Public Member Functions

bool operator+ (A y) const
 

Data Fields

x
 

Detailed Description

template<typename A>
struct souffle::evaluator::lxor_infix::curry< A >

Definition at line 84 of file EvaluatorUtil.h.

Member Function Documentation

◆ operator+()

template<typename A >
bool souffle::evaluator::lxor_infix::curry< A >::operator+ ( y) const
inline

Definition at line 86 of file EvaluatorUtil.h.

87  {
88  return lxor_infix::curry<A>{x};

Referenced by souffle::evaluator::lxor().

Field Documentation

◆ x

template<typename A >
A souffle::evaluator::lxor_infix::curry< A >::x

Definition at line 85 of file EvaluatorUtil.h.

Referenced by souffle::evaluator::lxor().


The documentation for this struct was generated from the following file:
souffle::evaluator::lxor_infix::curry::x
A x
Definition: EvaluatorUtil.h:85