Map::GetMapElementCount
Defined in:
Returns the number of elements in a map.
TSMap.h
Prototype
int32 GetMapElementCount(void) const;
Description
The GetMapElementCount
function iterates through the members of a map and returns the count.
See Also