AutoPas  3.0.0
Loading...
Searching...
No Matches
Public Types | List of all members
autopas::utils::SoAType< soatypes > Struct Template Reference

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.
 

Detailed Description

template<typename... soatypes>
struct autopas::utils::SoAType< soatypes >

Helper struct to get a the SoAType.

The type is defined as SoAType<size_t, double, double, double>::Type;

Template Parameters
soatypesthe template parameter list of types.

Member Typedef Documentation

◆ Type

template<typename... soatypes>
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.


The documentation for this struct was generated from the following file: