Move []`first,` last) from L2 to before where.
Synopsis
Declared in <llvm/ADT/ilist.h>
void
splice(
iterator where,
iplist_impl& L2,
iterator first,
iterator last);
Parameters
Name |
Description |
where |
Insertion position in this list. |
L2 |
Source list. |
first |
Start of the range to move. |
last |
End of the range to move. |
Created with MrDocs