Clone another list.
Synopsis
Declared in <llvm/ADT/ilist.h>
template<class Cloner>
void
cloneFrom(
iplist_impl const& L2,
Cloner clone);
Parameters
Name |
Description |
L2 |
Source list to clone from. |
clone |
Callable that clones each element of |
Created with MrDocs