#include <eoExternalOpFunctions.h>
Inheritance diagram for eoExternalMonOp< F, External, ExternalEO >:

Public Member Functions | |
| eoExternalMonOp (bool(*_mutate)(External &)) | |
| bool | operator() (ExternalEO &eo) |
| The pure virtual function that needs to be implemented by the subclass. | |
Private Attributes | |
| bool(* | mutate )(External &) |
bool func(External&);
Where External is the user defined struct or class. The function should return true when it changed something, false otherwise
Definition at line 102 of file eoExternalOpFunctions.h.
1.3.9.1