DDC 0.1.0
Loading...
Searching...
No Matches
ddc::reducer::prod< T > Struct Template Reference

#include <reducer.hpp>

Collaboration diagram for ddc::reducer::prod< T >:
Collaboration graph

Public Types

using value_type = T
 

Public Member Functions

KOKKOS_FUNCTION constexpr value_type operator() (value_type const &lhs, value_type const &rhs) const noexcept
 

Detailed Description

template<class T>
struct ddc::reducer::prod< T >

Definition at line 26 of file reducer.hpp.

Member Typedef Documentation

◆ value_type

template<class T >
using ddc::reducer::prod< T >::value_type = T

Definition at line 28 of file reducer.hpp.

Member Function Documentation

◆ operator()()

template<class T >
KOKKOS_FUNCTION constexpr value_type ddc::reducer::prod< T >::operator() ( value_type const lhs,
value_type const rhs 
) const
inlineconstexprnoexcept

Definition at line 30 of file reducer.hpp.


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