Intrepid2
Intrepid2::ConstantArgExtractor< reference_type > Class Template Reference

Argument extractor class which ignores the input arguments in favor of passing a single 0 argument to the provided container. More...

#include <Intrepid2_ArgExtractor.hpp>

Static Public Member Functions

template<class ViewType, class ... IntArgs>
static KOKKOS_INLINE_FUNCTION reference_type get (const ViewType &view, const IntArgs &... intArgs)

Detailed Description

template<class reference_type>
class Intrepid2::ConstantArgExtractor< reference_type >

Argument extractor class which ignores the input arguments in favor of passing a single 0 argument to the provided container.

Definition at line 30 of file Intrepid2_ArgExtractor.hpp.

Member Function Documentation

◆ get()

template<class reference_type>
template<class ViewType, class ... IntArgs>
KOKKOS_INLINE_FUNCTION reference_type Intrepid2::ConstantArgExtractor< reference_type >::get ( const ViewType & view,
const IntArgs &... intArgs )
inlinestatic

Definition at line 33 of file Intrepid2_ArgExtractor.hpp.


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