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