Changed functor base names and added to version
This commit is contained in:
parent
1d0794c46a
commit
f7c98d5b31
23 changed files with 64 additions and 48 deletions
|
|
@ -41,7 +41,7 @@ so there is an implementation called eoMergeReduce that can be found below
|
|||
@see eoMerge, eoReduce, eoMergeReduce
|
||||
*/
|
||||
template<class EOT>
|
||||
class eoReplacement : public eoBinaryFunctor<void, const eoPop<EOT>&, eoPop<EOT>&>
|
||||
class eoReplacement : public eoBF<const eoPop<EOT>&, eoPop<EOT>&, void>
|
||||
{};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Reference in a new issue