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


Category:fast Component type:function
Prototype
template <int N, class ForwardIterator1, class ForwardIterator2>
ForwardIterator2 swap_ranges(ForwardIterator1 first1, count<N>, ForwardIterator2 first2) ;
Description
Swap N elements from first1 and first2.
Definition
fast.h
Preconditions
Complexity
Example
Notes
See also

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