Public Member Functions | List of all members
BinaryOperation< T > Class Template Referenceabstract

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...
 

Detailed Description

template<class T>
class BinaryOperation< T >

BinaryOperation Binary operator.

Definition at line 595 of file utils.hpp.

Member Function Documentation

◆ operator()()

template<class T>
virtual T BinaryOperation< T >::operator() ( T const &  t1,
T const &  t2 
) const
pure virtual

Evaluates the binary operation.

Parameters
t1First argument
t2Second argument
Returns
Result

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