ReactOS 0.4.15-dev-7958-gcd0bb1a
ATL::CSimpleMapEqualHelperFalse< TKey, TVal > Class Template Reference

#include <atlsimpcoll.h>

Static Public Member Functions

static bool IsEqualKey (const TKey &k1, const TKey &k2)
 
static bool IsEqualValue (const TVal &v1, const TVal &v2)
 

Detailed Description

template<typename TKey, typename TVal>
class ATL::CSimpleMapEqualHelperFalse< TKey, TVal >

Definition at line 277 of file atlsimpcoll.h.

Member Function Documentation

◆ IsEqualKey()

template<typename TKey , typename TVal >
static bool ATL::CSimpleMapEqualHelperFalse< TKey, TVal >::IsEqualKey ( const TKey &  k1,
const TKey &  k2 
)
inlinestatic

Definition at line 280 of file atlsimpcoll.h.

281 {
283 return false;
284 }
#define ATLASSERT(x)
Definition: CComVariant.cpp:10
#define FALSE
Definition: types.h:117

◆ IsEqualValue()

template<typename TKey , typename TVal >
static bool ATL::CSimpleMapEqualHelperFalse< TKey, TVal >::IsEqualValue ( const TVal &  v1,
const TVal &  v2 
)
inlinestatic

Definition at line 286 of file atlsimpcoll.h.

287 {
289 return false;
290 }

The documentation for this class was generated from the following file: