Overview | Retrieves the Request element at the specified index. |
Original class | CORBA::RequestSeq |
Exceptions | CORBA::SystemException |
Intended Usage
The subscript operator is called by a client program when querying the RequestSeq object associated with a collection of DII requests. The subscript operator returns the Request element at the specified index. Const and non-const versions of this operator are provided.
Syntax
CORBA::Request_SeqElem operator[] (CORBA::ULong index); CORBA::Request_SeqElem operator[] (CORBA::ULong index) const;
Input parameters
Return values