Return the value of the element at the specified index.
Declared in <bdlc_packedintarray.h>
TYPE
operator[](std::size_t index) const;
The behavior is undefined unless index < length().
value of the element at index
| Name | Description |
|---|---|
| index | element index |