RAJA
RAJA provides a collection of platform portability abstractions for C++ HPC applications.
List of all members
RAJA::reduce::min< T > Struct Template Reference

#include <reduce.hpp>

Inheritance diagram for RAJA::reduce::min< T >:
RAJA::reduce::detail::op_adapter< T, RAJA::operators::minimum > RAJA::operators::minimum< Ret, Arg1, Arg2 >

Additional Inherited Members

- Public Types inherited from RAJA::reduce::detail::op_adapter< T, RAJA::operators::minimum >
using operator_type = RAJA::operators::minimum< T, T, T >
 
- Public Member Functions inherited from RAJA::reduce::detail::op_adapter< T, RAJA::operators::minimum >
RAJA_HOST_DEVICE RAJA_INLINE void operator() (T &val, const T v) const
 
- Static Public Member Functions inherited from RAJA::reduce::detail::op_adapter< T, RAJA::operators::minimum >
static constexpr RAJA_HOST_DEVICEidentity ()
 

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