struct AllocatorList::Node

Declaration

struct AllocatorList::Node { /* full declaration omitted */ };

Declared at: llvm/include/llvm/ADT/AllocatorList.h:34

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&&)

Declared at: llvm/include/llvm/ADT/AllocatorList.h:35

Parameters

llvm::AllocatorList::Node&&

Node(const llvm::AllocatorList::Node&)

Declared at: llvm/include/llvm/ADT/AllocatorList.h:36

Parameters

const llvm::AllocatorList::Node&

Node(T&& V)

Declared at: llvm/include/llvm/ADT/AllocatorList.h:40

Parameters

T&& V

Node(const T& V)

Declared at: llvm/include/llvm/ADT/AllocatorList.h:41

Parameters

const T& V

template <class... Ts>
Node(Ts&&... Vs)

Declared at: llvm/include/llvm/ADT/AllocatorList.h:42

Templates

Ts

Parameters

Ts&&... Vs