Function CSPTemplate::GetCount()
Description:
Retrieves the number of contained template objects ( slots, or containers ).
 |
Prototype:
unsigned long GetCount() const;
Arguments:
No arguments (void).
Return value:
Returns the number of contained template objects.
See also:
member function operator[]
|
|