ReactOS 0.4.15-dev-8081-g1a16237
ATL::CSimpleMapEqualHelper< 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::CSimpleMapEqualHelper< TKey, TVal >

Definition at line 261 of file atlsimpcoll.h.

Member Function Documentation

◆ IsEqualKey()

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

Definition at line 264 of file atlsimpcoll.h.

265 {
266 return k1 == k2;
267 }

◆ IsEqualValue()

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

Definition at line 269 of file atlsimpcoll.h.

270 {
271 return v1 == v2;
272 }
GLfloat GLfloat v1
Definition: glext.h:6062
GLfloat GLfloat GLfloat v2
Definition: glext.h:6063

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