CSimpleMapEqualHelperFalse Class
This class is a helper for the CSimpleMap class.
template < class TKey, class TVal > class CSimpleMapEqualHelperFalse
Members
Public Methods
Name |
Description |
---|---|
(Static) Tests two keys for equality. |
|
(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