34 template <
class InputIterator,
class InputIterator2,
class OutputIterator,
class Predicate>
38 InputIterator2 source,
39 OutputIterator result,
55 template <
class InputIterator,
class InputIterator2,
class OutputIterator,
class Predicate>
59 InputIterator2 source,
60 OutputIterator result,
81 template <
typename InputIterator,
82 typename OutputIterator,
87 OutputIterator destBegin,
93 typename std::iterator_traits<InputIterator>::reference r= *begin;
109 template <
typename InputIterator,
110 typename OutputIterator,
115 OutputIterator destBegin,
122 typename std::iterator_traits<InputIterator>::reference r= *begin;
EQUISPACEINTERPOL Interpolation on a equidistantly spaced grid.
OutputIterator copy_if(InputIterator first, InputIterator last, InputIterator2 source, OutputIterator result, Predicate pred)
OutputIterator copy_if_not(InputIterator first, InputIterator last, InputIterator2 source, OutputIterator result, Predicate pred)