IPPL (Independent Parallel Particle Layer)
IPPL
Loading...
Searching...
No Matches
ippl::detail::Forward< Type, Kokkos::View< T, Properties... > > Struct Template Reference

#include <TypeUtils.h>

Inheritance diagram for ippl::detail::Forward< Type, Kokkos::View< T, Properties... > >:
Collaboration diagram for ippl::detail::Forward< Type, Kokkos::View< T, Properties... > >:

Public Types

using type = Type<Properties...>

Detailed Description

template<template< typename... > class Type, typename T, typename... Properties>
struct ippl::detail::Forward< Type, Kokkos::View< T, Properties... > >

Forwards the properties of a Kokkos view to another type

Definition at line 191 of file TypeUtils.h.

Member Typedef Documentation

◆ type

template<template< typename... > class Type, typename T, typename... Properties>
using ippl::detail::Forward< Type, Kokkos::View< T, Properties... > >::type = Type<Properties...>

Definition at line 192 of file TypeUtils.h.


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