BinaryOperation Binary operator. More...
#include <utils.hpp>
Public Member Functions | |
virtual T | operator() (T const &t1, T const &t2) const =0 |
Evaluates the binary operation. More... | |
BinaryOperation Binary operator.
|
pure virtual |
Evaluates the binary operation.
t1 | First argument |
t2 | Second argument |