Searched refs:nRightSize (Results 1 – 1 of 1) sorted by relevance
143 const int nRightSize = nRightCount * sizeof(T); in RemoveAt() local144 memmove(static_cast<void *>(&m_pData[nIndex]), &m_pData[nIndex + 1], nRightSize); in RemoveAt()