CAtlMap::GetCount

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

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

Reference

CAtlMap Class

CAtlMap::GetHashTableSize

Other Resources

CAtlMap Members