Panzer  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | List of all members
panzer::Expr::RebindViewType< Kokkos::View< DT, VP...>, NewScalarType > Struct Template Reference

#include <Panzer_ExprEval.hpp>

Public Types

using type = Kokkos::View< typename RebindDataType< DT, NewScalarType >::type, VP...>
 The new Kokkos::View type, whose scalar type is now NewScalarType. More...
 

Detailed Description

template<typename DT, typename NewScalarType, typename... VP>
struct panzer::Expr::RebindViewType< Kokkos::View< DT, VP...>, NewScalarType >

Definition at line 191 of file Panzer_ExprEval.hpp.

Member Typedef Documentation

template<typename DT , typename NewScalarType , typename... VP>
using panzer::Expr::RebindViewType< Kokkos::View< DT, VP...>, NewScalarType >::type = Kokkos::View<typename RebindDataType<DT, NewScalarType>::type, VP ...>

The new Kokkos::View type, whose scalar type is now NewScalarType.

Definition at line 193 of file Panzer_ExprEval.hpp.


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