|
IPPL (Independent Parallel Particle Layer)
IPPL
|
Partial specialization of TupleImpl for handling the terminal element. More...
#include <Tuple.h>
Public Member Functions | |
| template<std::size_t Idx> requires (Idx == N - 1) | |
| KOKKOS_INLINE_FUNCTION auto & | get () noexcept |
| template<std::size_t Idx> requires (Idx == N - 1) | |
| KOKKOS_INLINE_FUNCTION const auto & | get () const noexcept |
| TupleImpl ()=default | |
| KOKKOS_INLINE_FUNCTION | TupleImpl (const T &t) |
| KOKKOS_INLINE_FUNCTION | TupleImpl (T &&t) |
Public Attributes | |
| T | val |
Partial specialization of TupleImpl for handling the terminal element.
|
default |
|
inline |
|
inline |
|
inlinenoexcept |
|
inlinenoexcept |
| T ippl::TupleImpl< i, N, T >::val |
Definition at line 99 of file Tuple.h.
Referenced by get(), get(), TupleImpl(), and TupleImpl().