llvm::PagedVector::operator[]

Look up an element at position Index. If the associated page is not filled, it will be filled with default constructed elements.

Synopsis

Declared in <llvm/ADT/PagedVector.h>

T&
operator[](size_t Index) const;

Return Value

Reference to the element at Index.

Parameters

NameDescription
IndexZero-based element index; must be less than size().