15 #ifndef __IPSDKUTIL_TOOLS_ARRAYUTILS_H__ 16 #define __IPSDKUTIL_TOOLS_ARRAYUTILS_H__ 30 template <
int nbElts,
typename T>
39 template <
int nbElts,
typename T>
52 #endif // __IPSDKUTIL_TOOLS_ARRAYUTILS_H__ IPSDK_FORCEINLINE void copyArray(const T *src, T *dest)
function copying the "nbElts" elements of the array "src", to array "dest"
Definition: arrayUtils.h:32
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
IPSDK_FORCEINLINE void indexedIncrement(T *ar, ipInt32 *indexes)
function incrementing the "nbElts" elements of the array "array", whose indexes are defined in argume...
Definition: arrayUtils.h:41
int32_t ipInt32
Base types definition.
Definition: BaseTypes.h:52
Base types for multiplatform compatibility.
Definition: arrayUtilsImpl.h:79
Definition: arrayUtilsImpl.h:48
Definition of import/export macro for library.