EvolvingObjects
|
Turning an eoQuadOp into an eoBinOp: simply don't touch the second arg! More...
#include <eoOp.h>
Public Member Functions | |
eoQuad2BinOp (eoQuadOp< EOT > &_quadOp) | |
Ctor. | |
bool | operator() (EOT &_eo1, const EOT &_eo2) |
Operator() simply calls embedded quadOp operator() with dummy second arg. | |
Private Attributes | |
eoQuadOp< EOT > & | quadOp |
Turning an eoQuadOp into an eoBinOp: simply don't touch the second arg!