ReactOS 0.4.15-dev-7924-g5949c20
ATL::CSimpleArray< T, TEqual >::ConstructImpl Struct Reference

Public Member Functions

 ConstructImpl (const T &obj)
 

Static Public Member Functions

static voidoperator new (size_t, void *ptr)
 
static void operator delete (void *p, void *)
 

Public Attributes

T m_ConstructHelper
 

Detailed Description

template<typename T, typename TEqual = CSimpleArrayEqualHelper<T>>
struct ATL::CSimpleArray< T, TEqual >::ConstructImpl

Definition at line 239 of file atlsimpcoll.h.

Constructor & Destructor Documentation

◆ ConstructImpl()

template<typename T , typename TEqual = CSimpleArrayEqualHelper<T>>
ATL::CSimpleArray< T, TEqual >::ConstructImpl::ConstructImpl ( const T obj)
inline

Definition at line 241 of file atlsimpcoll.h.

Member Function Documentation

◆ operator delete()

template<typename T , typename TEqual = CSimpleArrayEqualHelper<T>>
static void ATL::CSimpleArray< T, TEqual >::ConstructImpl::operator delete ( void p,
void  
)
inlinestatic

Definition at line 251 of file atlsimpcoll.h.

252 {
253 }

◆ operator new()

template<typename T , typename TEqual = CSimpleArrayEqualHelper<T>>
static void * ATL::CSimpleArray< T, TEqual >::ConstructImpl::operator new ( size_t  ,
void ptr 
)
inlinestatic

Definition at line 246 of file atlsimpcoll.h.

247 {
248 return ptr;
249 }
static PVOID ptr
Definition: dispmode.c:27

Member Data Documentation

◆ m_ConstructHelper

template<typename T , typename TEqual = CSimpleArrayEqualHelper<T>>
T ATL::CSimpleArray< T, TEqual >::ConstructImpl::m_ConstructHelper

Definition at line 255 of file atlsimpcoll.h.


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