Interface Documentation
Version: invalid
Public Types | Static Public Member Functions | Static Public Attributes | List of all members
flecsi::exec::fold::min< T > Struct Template Reference

#include <fold.hh>

Public Types

using LHS = T
 
using RHS = T
 

Static Public Member Functions

template<bool EXCLUSIVE>
static void apply (LHS &lhs, RHS rhs)
 
template<bool EXCLUSIVE>
static void fold (RHS &rhs1, RHS rhs2)
 

Static Public Attributes

static constexpr T identity {std::numeric_limits<T>::max()}
 

Detailed Description

template<typename T>
struct flecsi::exec::fold::min< T >

Minimum reduction type.


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