stl_uninitialized.h File Reference

#include <cstring>

Include dependency graph for stl_uninitialized.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  std

Functions

template<typename InputIterator, typename ForwardIterator>
ForwardIterator std::uninitialized_copy (InputIterator first, InputIterator last, ForwardIterator __result)
 Copies the range [first,last) into result.
template<typename ForwardIterator, typename Type>
void std::uninitialized_fill (ForwardIterator first, ForwardIterator last, const Type &x)
 Copies the value x into the range [first,last).
template<typename ForwardIterator, typename Size, typename Type>
ForwardIterator std::uninitialized_fill_n (ForwardIterator first, Size n, const Type &x)
 Copies the value x into the range [first,first+n).


Detailed Description

This is an internal header file, included by other library headers. You should not attempt to use it directly.

Definition in file stl_uninitialized.h.


Generated on Thu May 8 10:00:23 2008 for libstdc++-v3 Source by  doxygen 1.5.5