transform [MTL Home] Programmers Guide
  Contents | Index |  Search 


Category:fast Component type:function
Prototype
template <int N, class InIter1, class InIter2, class OutIter, class BinOp>
OutIter transform(InIter1 first1, count<N>, InIter2 first2, OutIter result, BinOp binary_op) ;
Description
Takes input from two iterators, applies a binary operator, and outputs the result into a third iterator.
Definition
fast.h
Preconditions
Complexity
Example
Notes
See also

[MTL Home] Copyright © 1998,1999 University of Notre Dame. All Rights Reserved.