alpaka
Abstraction Library for Parallel Kernel Acceleration
alpaka::math::trait::Fmod< T, Tx, Ty, TSfinae > Struct Template Reference

The fmod trait. More...

#include <Traits.hpp>

Public Member Functions

ALPAKA_FN_HOST_ACC auto operator() (T const &, Tx const &x, Ty const &y)
 

Detailed Description

template<typename T, typename Tx, typename Ty, typename TSfinae = void>
struct alpaka::math::trait::Fmod< T, Tx, Ty, TSfinae >

The fmod trait.

Definition at line 545 of file Traits.hpp.

Member Function Documentation

◆ operator()()

template<typename T , typename Tx , typename Ty , typename TSfinae = void>
ALPAKA_FN_HOST_ACC auto alpaka::math::trait::Fmod< T, Tx, Ty, TSfinae >::operator() ( T const &  ,
Tx const &  x,
Ty const &  y 
)
inline

Definition at line 547 of file Traits.hpp.


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