Skip to content. Skip to navigation

ICTP Portal

Sections
You are here: Home Manuals on-line PGI Compiler pgC_lib uninitialized_fill
Personal tools
Document Actions

uninitialized_fill



Click on the banner to return to the class reference home page.

uninitialized_fill


Memory Management

Summary

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

uninitialized_fill_n


©Copyright 1996, Rogue Wave Software, Inc.


Powered by Plone This site conforms to the following standards: