edoRepairerApplyBinary< EOT, F > Class Template Reference

Apply an arbitrary binary function as a repairer on each item of the solution, the second argument of the function being fixed and given at instanciation. More...

#include <edoRepairerApply.h>

Inheritance diagram for edoRepairerApplyBinary< EOT, F >:
edoRepairerApply< EOT, F > edoRepairer< EOT >

List of all members.

Public Types

typedef EOT::AtomType ArgType

Public Member Functions

 edoRepairerApplyBinary (F function, ArgType arg)
virtual void operator() (EOT &sol)

Protected Attributes

ArgType _arg

Detailed Description

template<typename EOT, typename F = typename EOT::AtomType(typename EOT::AtomType, typename EOT::AtomType)>
class edoRepairerApplyBinary< EOT, F >

Apply an arbitrary binary function as a repairer on each item of the solution, the second argument of the function being fixed and given at instanciation.

See also:
edoRepairerApplyUnary

Definition at line 77 of file edoRepairerApply.h.


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