1#ifndef ECF_CARTESIAN_NEG_H 
    2#define ECF_CARTESIAN_NEG_H 
    5    template <
typename Container, 
typename Result>
 
   10        void evaluate(Container& container, Result& result);
 
   13    template <
typename Container, 
typename Result>
 
   20    template <
typename Container, 
typename Result>
 
   23        typename Container::iterator it = container.begin();
 
void evaluate(Container &container, Result &result)