10#include "vecmem/utils/types.hpp"
29inline void memmove(
void* dest,
const void* src, std::size_t bytes);
35#include "vecmem/utils/impl/memmove.ipp"
VECMEM_HOST_AND_DEVICE void memmove(void *dest, const void *src, std::size_t bytes)
Hand-written implementation of a memmove function.
Definition memmove.ipp:13
Main namespace for the vecmem classes/functions.
Definition atomic_ref.hpp:16