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


Category:fast Component type:function
Prototype
template <int N, class InIter, class OutIter>
OutIter copy(InIter first, count<N>, OutIter result) ;
Description
A fixed size copy. Starts at first, and copy's N elements into result.
Definition
fast.h
Preconditions
Complexity
Example
Notes
See also

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