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. Theoperator[]
returns a reference to the appropriate element of the sequence at the specified index. TheIndex
argument specifies the index of the element to return. This index cannot be greater than the current sequence length.
Parent topic: Using out Classes