edoRepairerApplyUnary< EOT, F > Class Template Reference

Apply an arbitrary unary function as a repairer on each item of the solution. More...

#include <edoRepairerApply.h>

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

List of all members.

Public Member Functions

 edoRepairerApplyUnary (F function)
virtual void operator() (EOT &sol)

Detailed Description

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

Apply an arbitrary unary function as a repairer on each item of the solution.

By default, the signature of the expected function is "EOT::AtomType(EOT::AtomType)"

Definition at line 56 of file edoRepairerApply.h.


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