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


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) |
| Copies the range [first,last) into result. | |
Definition in file ext/memory.
1.5.4