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. 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 var Classes