#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 |
Functions | |
template<typename InputIter, typename Size, typename ForwardIter> | |
pair< InputIter, ForwardIter > | uninitialized_copy_n (InputIter first, Size count, ForwardIter __result) |
Copies the range [first,last) into result. |
Definition in file ext/memory.