struct ilist_noalloc_traits
Declaration
template <typename NodeTy>
struct ilist_noalloc_traits { /* full declaration omitted */ };
Description
Custom traits to do nothing on deletion. Specialize ilist_alloc_traits to inherit from this to disable the non-intrusive deletion in iplist (which implies ownership). If you want purely intrusive semantics with no callbacks, consider using \a simple_ilist instead.
Declared at: llvm/include/llvm/ADT/ilist.h:56
Templates
- NodeTy
Method Overview
- public static void deleteNode(NodeTy * V)
Methods
ΒΆstatic void deleteNode(NodeTy* V)
static void deleteNode(NodeTy* V)
Declared at: llvm/include/llvm/ADT/ilist.h:57
Parameters
- NodeTy* V