Blaze 3.9
Public Member Functions | List of all members
blaze::Minmax Struct Reference

Generic wrapper for the minmax() function. More...

#include <Minmax.h>

Public Member Functions

template<typename T1 , typename T2 >
BLAZE_ALWAYS_INLINE BLAZE_DEVICE_CALLABLE decltype(auto) operator() (T1 &&a, T2 &&b) const
 Returns the result of the minmax() function for the given objects/values. More...
 

Detailed Description

Generic wrapper for the minmax() function.

Member Function Documentation

◆ operator()()

template<typename T1 , typename T2 >
BLAZE_ALWAYS_INLINE BLAZE_DEVICE_CALLABLE decltype(auto) blaze::Minmax::operator() ( T1 &&  a,
T2 &&  b 
) const
inline

Returns the result of the minmax() function for the given objects/values.

Parameters
aThe left-hand side object/value.
bThe right-hand side object/value.
Returns
The result of the minmax() function for the given objects/values.

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