Panzer Version of the Day
Loading...
Searching...
No Matches
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.
 

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

◆ type

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: