#include <reducer.hpp>
Public Types | |
using | value_type = std::pair< T, T > |
Public Member Functions | |
KOKKOS_FUNCTION constexpr value_type | operator() (value_type const &lhs, value_type const &rhs) const noexcept |
Definition at line 122 of file reducer.hpp.
using ddc::reducer::minmax< T >::value_type = std::pair<T, T> |
Definition at line 124 of file reducer.hpp.
|
inlineconstexprnoexcept |
Definition at line 126 of file reducer.hpp.