Share

AcArrayValidateParams

C++

template <class T> void AcArrayValidateParams(
    bool bSameBuffer, 
    T* pDest, 
    int nBufLen, 
    const T * pSource, 
    int nCount
);

File

acarray.h

Description

Helper function for asserting that the copy/move params are valid.

Previous Declaration

template <class T> void AcArrayValidateParams(bool bSameBuffer, T* pDest, size_t nBufLen, const T * pSource, size_t nCount);

Was this information helpful?