ext/memory File Reference

#include <memory>
#include <bits/stl_tempbuf.h>

Include dependency graph for ext/memory:

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

Go to the source code of this file.

Namespaces

namespace  __gnu_cxx

Classes

struct  __gnu_cxx::temporary_buffer< ForwardIterator, Type >

Functions

template<typename InputIter, typename Size, typename ForwardIter>
pair< InputIter, ForwardIter > __gnu_cxx::__uninitialized_copy_n (InputIter first, Size count, ForwardIter __result, std::input_iterator_tag)
template<typename RandomAccessIter, typename Size, typename ForwardIter>
pair< RandomAccessIter, ForwardIter > __gnu_cxx::__uninitialized_copy_n (RandomAccessIter first, Size count, ForwardIter __result, std::random_access_iterator_tag)
template<typename InputIter, typename Size, typename ForwardIter>
pair< InputIter, ForwardIter > __gnu_cxx::__uninitialized_copy_n (InputIter first, Size count, ForwardIter __result)
template<typename InputIter, typename Size, typename ForwardIter>
pair< InputIter, ForwardIter > __gnu_cxx::uninitialized_copy_n (InputIter first, Size count, ForwardIter __result)
 Copies the range [first,last) into result.


Detailed Description

This file is a GNU extension to the Standard C++ Library (possibly containing extensions from the HP/SGI STL subset). You should only include this header if you are using GCC 3 or later.

Definition in file ext/memory.


Generated on Wed Oct 26 12:22:24 2005 for libstdc++-v3 Source by  doxygen 1.4.5