EvolvingObjects
|
Generic set of classes that wrap an eoF, eoUF or eoBF so that they have the copy semantics the STL functions usually require (i.e. More...
#include <eoSTLFunctor.h>
Public Member Functions | |
eoSTLUF (eoUF< A1, R > &_f) | |
R | operator() (A1 a) |
Private Attributes | |
eoUF< A1, R > & | f |
Generic set of classes that wrap an eoF, eoUF or eoBF so that they have the copy semantics the STL functions usually require (i.e.
they can be passed by value, rather than the EO standard pass by reference).
The family consists of eoSTLF, eoSTLUF, eoSTLBF that modify eoF, eoUF and eoBF respectively
Definition at line 82 of file eoSTLFunctor.h.