|
IPPL API Reference
Independent Parallel Particle Layer C++ API
|
#include <TypeUtils.h>
Public Types | |
| template<typename... Spaces> | |
| using | container_type = MultispaceContainer< Type, Spaces... > |
| using | type = typename TypeForAllSpaces< container_type >::memory_spaces_type |
Static Public Member Functions | |
| template<typename Functor > | |
| static type | createContainer (Functor &&initFunc) |
Constructs a MultispaceContainer for all the available Kokkos memory spaces
| Type | the element type |