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


Category:fast Component type:function
Prototype
template <int N, class InIter, class OutIter, class UnaryOp>
OutIter transform(InIter first, count<N>, OutIter result, UnaryOp op) ;
Description
A fixed size transform. Starts at first, and traverses down the container N elements, transforming them with op and outputing into result.
Definition
fast.h
Preconditions
Complexity
Example
Notes
See also

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