CAtlMap::GetCount

 

Call this method to retrieve the number of elements in the map.

Syntax

size_t GetCount( ) const throw( );

Return Value

Returns the number of elements in the map object. A single element is a key/value pair.

Example

See the example for CAtlMap::CAtlMap.

Requirements

Header: atlcoll.h

See Also

CAtlMap Class
CAtlMap::GetHashTableSize