14 #ifndef OHMMS_ITERATOR_UTILITIES_H 15 #define OHMMS_ITERATOR_UTILITIES_H 33 template<
typename IT1,
typename IT2>
void delete_iter(IT first, IT last)
delete the pointers in [first,last)
helper functions for EinsplineSetBuilder
void accumulate_elements(IT1 first, IT1 last, IT2 res)