EvolvingObjects
eoQuad2BinOp< EOT > Class Template Reference

Turning an eoQuadOp into an eoBinOp: simply don't touch the second arg! More...

#include <eoOp.h>

Inheritance diagram for eoQuad2BinOp< EOT >:
eoBinOp< EOT > eoOp< EOT > eoBF< EOT &, const EOT &, bool > eoFunctorBase binary_function

List of all members.

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

Detailed Description

template<class EOT>
class eoQuad2BinOp< EOT >

Turning an eoQuadOp into an eoBinOp: simply don't touch the second arg!

Definition at line 162 of file eoOp.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Friends