alpaka
Abstraction Library for Parallel Kernel Acceleration
alpaka::math::trait::Round< T, TArg, TSfinae > Struct Template Reference

The round trait. More...

#include <Traits.hpp>

Public Member Functions

ALPAKA_FN_HOST_ACC auto operator() (T const &, TArg const &arg)
 

Detailed Description

template<typename T, typename TArg, typename TSfinae = void>
struct alpaka::math::trait::Round< T, TArg, TSfinae >

The round trait.

Definition at line 688 of file Traits.hpp.

Member Function Documentation

◆ operator()()

template<typename T , typename TArg , typename TSfinae = void>
ALPAKA_FN_HOST_ACC auto alpaka::math::trait::Round< T, TArg, TSfinae >::operator() ( T const &  ,
TArg const &  arg 
)
inline

Definition at line 690 of file Traits.hpp.


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