Return the value of the element at the specified index.

Synopsis

Declared in <bdlc_packedintarray.h>

ElementType
operator[](std::size_t index) const;

Description

The behavior is undefined unless index < length().

Return Value

value of the element at index

Parameters

Name

Description

index

element index

Created with MrDocs