10#include "vecmem/utils/types.hpp"
11#include "vecmem/vecmem_core_export.hpp"
29bool VECMEM_CORE_EXPORT
is_aligned(
void* ptr, std::size_t alignment);
VECMEM_HOST bool VECMEM_CORE_EXPORT is_aligned(void *ptr, std::size_t alignment)
Helper function checking if a given pointer has a given alignment.
Definition is_aligned.cpp:19
Main namespace for the vecmem classes/functions.
Definition atomic_ref.hpp:16