Home
last modified time | relevance | path

Searched refs:nRightSize (Results 1 – 1 of 1) sorted by relevance

/reactos/sdk/lib/atl/
H A Datlsimpcoll.h143 const int nRightSize = nRightCount * sizeof(T); in RemoveAt() local
144 memmove(static_cast<void *>(&m_pData[nIndex]), &m_pData[nIndex + 1], nRightSize); in RemoveAt()