Look up an element at position Index. If the associated page is not filled, it will be filled with default constructed elements.
Declared in <llvm/ADT/PagedVector.h>
T&
operator[](size_t Index) const;
Reference to the element at Index.
| Name | Description |
|---|---|
| Index | Zero-based element index; must be less than size(). |