Rogue Wave banner
Previous fileTop of documentContentsIndexNext file

uninitialized_fill


Memory Management

Summary

An algorithm that uses the construct algorithm for setting values in a collection.

Data Type and Member Function Indexes
(exclusive of constructors and destructors)

None

Synopsis

#include <memory>
template <class ForwardIterator, class T>
  void
     uninitialized_fill(ForwardIterator first,
                        ForwardIterator last, const T& x);

Description

uninitialized_fill initializes all of the items in the range [first, last) to the value x, using the construct algorithm.

See Also

construct, uninitialized_fill_n



Previous fileTop of documentContentsIndexNext file
©Copyright 1998, Rogue Wave Software, Inc.
Send mail to report errors or comment on the documentation.
OEM Release, June 1998