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::RebindDataType< DataType, NewScalarType > Struct Template Reference

Rebinds a Kokkos::View data type to use a new scalar type. More...

#include <Panzer_ExprEval.hpp>

Public Types

using type = NewScalarType
 The new data type, suitable as the first template argument to Kokkos::View. More...
 

Detailed Description

template<typename DataType, typename NewScalarType>
struct panzer::Expr::RebindDataType< DataType, NewScalarType >

Rebinds a Kokkos::View data type to use a new scalar type.

Definition at line 166 of file Panzer_ExprEval.hpp.

Member Typedef Documentation

template<typename DataType, typename NewScalarType>
using panzer::Expr::RebindDataType< DataType, NewScalarType >::type = NewScalarType

The new data type, suitable as the first template argument to Kokkos::View.

Definition at line 168 of file Panzer_ExprEval.hpp.


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