alpaka
Abstraction Library for Parallel Kernel Acceleration
alpaka::math::trait::Max< MaxStdLib, Tx, Ty, std::enable_if_t< std::is_arithmetic_v< Tx > &&std::is_arithmetic_v< Ty > > > Struct Template Reference

The standard library max trait specialization. More...

#include <MathStdLib.hpp>

Public Member Functions

ALPAKA_FN_HOST auto operator() (MaxStdLib const &, Tx const &x, Ty const &y)
 

Detailed Description

template<typename Tx, typename Ty>
struct alpaka::math::trait::Max< MaxStdLib, Tx, Ty, std::enable_if_t< std::is_arithmetic_v< Tx > &&std::is_arithmetic_v< Ty > > >

The standard library max trait specialization.

Definition at line 256 of file MathStdLib.hpp.

Member Function Documentation

◆ operator()()

template<typename Tx , typename Ty >
ALPAKA_FN_HOST auto alpaka::math::trait::Max< MaxStdLib, Tx, Ty, std::enable_if_t< std::is_arithmetic_v< Tx > &&std::is_arithmetic_v< Ty > > >::operator() ( MaxStdLib const &  ,
Tx const &  x,
Ty const &  y 
)
inline

Definition at line 258 of file MathStdLib.hpp.


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