struct AllocatorList::Node
Declaration
struct AllocatorList::Node { /* full declaration omitted */ };
Declared at: llvm/include/llvm/ADT/AllocatorList.h:35
Member Variables
- public T V
Method Overview
- public Node(llvm::AllocatorList::Node &&)
- public Node(const llvm::AllocatorList::Node &)
- public Node(T && V)
- public Node(const T & V)
- public template <class... Ts> Node(Ts &&... Vs)
Methods
¶Node(llvm::AllocatorList::Node&&)
Node(llvm::AllocatorList::Node&&)
Declared at: llvm/include/llvm/ADT/AllocatorList.h:36
Parameters
¶Node(const llvm::AllocatorList::Node&)
Node(const llvm::AllocatorList::Node&)
Declared at: llvm/include/llvm/ADT/AllocatorList.h:37
Parameters
- const llvm::AllocatorList::Node&
¶Node(T&& V)
Node(T&& V)
Declared at: llvm/include/llvm/ADT/AllocatorList.h:41
Parameters
- T&& V
¶Node(const T& V)
Node(const T& V)
Declared at: llvm/include/llvm/ADT/AllocatorList.h:42
Parameters
- const T& V
¶template <class... Ts>
Node(Ts&&... Vs)
template <class... Ts>
Node(Ts&&... Vs)
Declared at: llvm/include/llvm/ADT/AllocatorList.h:43
Templates
- Ts
Parameters
- Ts&&... Vs