10#include "vecmem/utils/types.hpp"
11#include "vecmem/vecmem_core_export.hpp"
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
std::vector< T, vecmem::polymorphic_allocator< T > > vector
Alias type for vectors with our polymorphic allocator.
Definition vector.hpp:35