Return a const reference to the element at index.
Declared in <bdlc_compactedarray.h>
TYPE const&
operator[](std::size_t index) const;
Return a const reference to the element at the specified index in this array. The behavior is undefined unless index < length().
const reference to the element at index
| Name | Description |
|---|---|
| index | element index |