ReactOS 0.4.15-dev-7942-gd23573b
ATL::CSimpleArrayEqualHelper< T > Class Template Reference

#include <atlsimpcoll.h>

Static Public Member Functions

static bool IsEqual (const T &t1, const T &t2)
 

Detailed Description

template<typename T>
class ATL::CSimpleArrayEqualHelper< T >

Definition at line 16 of file atlsimpcoll.h.

Member Function Documentation

◆ IsEqual()

template<typename T >
static bool ATL::CSimpleArrayEqualHelper< T >::IsEqual ( const T t1,
const T t2 
)
inlinestatic

Definition at line 19 of file atlsimpcoll.h.

20 {
21 return t1 == t2;
22 }

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