Copy the range []I, E) onto uninitialized memory starting at Dest.
Declared in <llvm/ADT/SmallVector.h>
template<
typename It1,
typename It2>
static
void
uninitialized_copy(
It1 I,
It1 E,
It2 Dest);
| Name | Description |
|---|---|
| I | Iterator to the first element to copy. |
| E | Iterator past the last element to copy. |
| Dest | Destination iterator for uninitialized storage. |