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 InputIter, typename ForwardIter>
ForwardIter std::uninitialized_copy (InputIter first, InputIter last, ForwardIter __result)
 Copies the range [first,last) into result.
template<typename ForwardIter, typename Type>
void std::uninitialized_fill (ForwardIter first, ForwardIter last, const Type &x)
 Copies the value x into the range [first,last).
template<typename ForwardIter, typename Size, typename Type>
ForwardIter std::uninitialized_fill_n (ForwardIter 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 08:58:34 2008 for libstdc++-v3 Source by  doxygen 1.5.5