Cabana 0.8.0-dev
 
Loading...
Searching...
No Matches
Cabana_MemberTypes.hpp File Reference

AoSoA tuple member types. More...

#include <cstdlib>
#include <type_traits>
Include dependency graph for Cabana_MemberTypes.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Cabana::MemberTypes< Types >
 General sequence of types for SoA and AoSoA member data. More...
 
struct  Cabana::is_member_types< T >
 Static type checker. More...
 
struct  Cabana::MemberTypeAtIndex< M, MemberTypes< Types... > >
 Get the type of the member at a given index. More...
 
struct  Cabana::CheckMemberTypes< MemberTypes< Types... > >
 Check that member types are valid. More...
 

Namespaces

namespace  Cabana
 Core: particle data structures and algorithms.
 

Detailed Description

AoSoA tuple member types.