Belle II Software development
|
Seperate Visitor struct for equal_to comparison of variant<double, int bool>. More...
#include <CutNodes.h>
Public Member Functions | |
bool | operator() (const double &val0, const double &val1) |
double double overload with double comparison. | |
bool | operator() (const double &val0, const int &val1) |
double int overload with double comparison. | |
bool | operator() (const double &val0, const bool &val1) |
double bool overload with double comparison. | |
bool | operator() (const int &val0, const int &val1) |
int int overload with int comparison. | |
bool | operator() (const int &val0, const bool &val1) |
int bool overload with int comparison. | |
bool | operator() (const int &val0, const double &val1) |
int double overload with double comparison. | |
bool | operator() (const bool &val0, const bool &val1) |
bool bool overload with bool comparison. | |
bool | operator() (const bool &val0, const double &val1) |
bool double overload with double comparison. | |
bool | operator() (const bool &val0, const int &val1) |
bool int overload with int comparison. | |
Seperate Visitor struct for equal_to comparison of variant<double, int bool>.
Uses almostEqualDouble if one argument is double.
Definition at line 125 of file CutNodes.h.
|
inline |
bool bool overload with bool comparison.
Definition at line 171 of file CutNodes.h.
|
inline |
bool double overload with double comparison.
Definition at line 178 of file CutNodes.h.
|
inline |
bool int overload with int comparison.
Definition at line 185 of file CutNodes.h.
|
inline |
double bool overload with double comparison.
Definition at line 143 of file CutNodes.h.
|
inline |
double double overload with double comparison.
Definition at line 129 of file CutNodes.h.
|
inline |
double int overload with double comparison.
Definition at line 136 of file CutNodes.h.
|
inline |
int bool overload with int comparison.
Definition at line 157 of file CutNodes.h.
|
inline |
int double overload with double comparison.
Definition at line 164 of file CutNodes.h.
|
inline |
int int overload with int comparison.
Definition at line 150 of file CutNodes.h.