Intrepid2
Public Member Functions | Private Attributes | List of all members
Intrepid2::InPlaceCombinationFunctorConstantCase< BinaryOperator, ThisUnderlyingViewType, AUnderlyingViewType, BUnderlyingViewType > Struct Template Reference

functor definition for the constant-data case. More...

#include <Intrepid2_DataCombiners.hpp>

Public Member Functions

 InPlaceCombinationFunctorConstantCase (ThisUnderlyingViewType this_underlying, AUnderlyingViewType A_underlying, BUnderlyingViewType B_underlying, BinaryOperator binaryOperator)
 
KOKKOS_INLINE_FUNCTION void operator() (const int arg0) const
 

Private Attributes

ThisUnderlyingViewType this_underlying_
 
AUnderlyingViewType A_underlying_
 
BUnderlyingViewType B_underlying_
 
BinaryOperator binaryOperator_
 

Detailed Description

template<class BinaryOperator, class ThisUnderlyingViewType, class AUnderlyingViewType, class BUnderlyingViewType>
struct Intrepid2::InPlaceCombinationFunctorConstantCase< BinaryOperator, ThisUnderlyingViewType, AUnderlyingViewType, BUnderlyingViewType >

functor definition for the constant-data case.

Definition at line 91 of file Intrepid2_DataCombiners.hpp.


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