Helper struct to get a the SoAType. More...
#include <SoAType.h>
Public Types | |
using | Type = std::tuple< std::vector< soatypes, autopas::AlignedAllocator< soatypes > >... > |
This is the Type of the SoAType. | |
Helper struct to get a the SoAType.
The type is defined as SoAType<size_t, double, double, double>::Type;
soatypes | the template parameter list of types. |
using autopas::utils::SoAType< soatypes >::Type = std::tuple<std::vector<soatypes, autopas::AlignedAllocator<soatypes> >...> |
This is the Type of the SoAType.
It is a tuple of aligned vectors.