CSimpleMapEqualHelperFalse Class

This class is a helper for the CSimpleMap class.

template < class TKey, class TVal > class CSimpleMapEqualHelperFalse

Members

Public Methods

Name

Description

CSimpleMapEqualHelperFalse::IsEqualKey

(Static) Tests two keys for equality.

CSimpleMapEqualHelperFalse::IsEqualValue

(Static) Returns false.

Remarks

This traits class is a supplement to the CSimpleMap class. It provides a method for comparing two elements contained in the CSimpleMap object, specifically two value elements or two key elements.

The value comparison will always return false, and in addition, will call ATLASSERT with an argument of false if it is ever referenced. In situations where the equality test is not sufficiently defined, this class allows a map containing key/value pairs to operate correctly for most methods but fail in a well-defined manner for methods that depend on comparisons such as CSimpleMap::FindVal.

Requirements

Header: atlsimpcoll.h

See Also

Reference

CSimpleMapEqualHelper Class

Other Resources

ATL Class Overview