llvm::iplist_impl::erase

Erase and delete the node pointed to by IT.

Synopsis

Declared in <llvm/ADT/ilist.h>

iterator
erase(pointer IT);

Return Value

An iterator to the node after IT.

Parameters

NameDescription
ITPointer to the node to erase.