Skip to content. Skip to navigation

ICTP Portal

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

uninitialized_copy



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

uninitialized_copy


Memory Management

Summary

An algorithm that uses construct to copy values from one range to another location.

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

None

Synopsis

#include <memory>

template <class InputIterator, class ForwardIterator>
ForwardIterator uninitialized_copy (InputIterator first,
                                    InputIterator last,
                                    ForwardIterator result);

Description

uninitialized_copy copies all items in the range [first, last) into the location beginning at result using the construct algorithm.


©Copyright 1996, Rogue Wave Software, Inc.


Powered by Plone This site conforms to the following standards: