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


Category:fast Component type:function
Prototype
template <int N, class OutputIterator, class T>
OutputIterator fill(OutputIterator first, count<N>, const T& value) ;
Description
Assign the value into N elements of the output iterator first.
Definition
fast.h
Preconditions
Complexity
Example
Notes
See also

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