12#include "vecmem/memory/unique_ptr.hpp"
89template <
typename...
Ts,
typename...
Ps>
90std::tuple<vecmem::unique_alloc_ptr<char[]>, std::add_pointer_t<Ts>...>
95#include "vecmem/containers/impl/aligned_multiple_placement.ipp"
std::tuple< vecmem::unique_alloc_ptr< char[]>, std::add_pointer_t< Ts >... > aligned_multiple_placement(vecmem::memory_resource &r, Ps &&... ps)
Allocation of aligned arrays of given types.
Definition aligned_multiple_placement.ipp:137
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