13.3.1 Sequence vars

Sequence vars support the following additional operator[] member function:

TYPE &operator[](CORBA::ULong Index);
This operator invokes the operator[] of sequence owned by the var class. The operator[] returns a reference to the appropriate element of the sequence at the specified index. The Index argument specifies the index of the element to return. This index cannot be greater than the current sequence length.