22template <
typename... soatypes>
28 using Type = std::tuple<std::vector<soatypes, autopas::AlignedAllocator<soatypes>>...>;
In this namespace some helper classes and functions can be found used inside of AutoPas.
Definition: namespaces.h:44
Helper struct to get a the SoAType.
Definition: SoAType.h:23
std::tuple< std::vector< soatypes, autopas::AlignedAllocator< soatypes > >... > Type
This is the Type of the SoAType.
Definition: SoAType.h:28