Function CSPTemplate::operator []()
Description:
Retrieves a contained slot or container by index.
 |
Prototype:
CSPTemplate& operator [](unsigned long ulIndex) const;
Arguments:
- unsigned long ulIndex [IN]
The index of the slot or container to retrieve.
Return value:
Returns the contained template object.
See also:
member functions GetCount(), operator ()
|
|