Unlink N from its neighbors without deleting it.
Synopsis
Declared in <llvm/ADT/ilist_base.h>
static
void
removeImpl(node_base_type& N);
Parameters
Name |
Description |
N |
Node base type this algorithm operates on. |
Created with MrDocs