13.4.2 Sequence outs

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

TYPE &operator[](CORBA::ULong Index);
This operator invokes the operator[] of the sequence owned by the out 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.