alpaka
Abstraction Library for Parallel Kernel Acceleration
alpaka::math::trait::Pow< T, TBase, TExp, TSfinae > Struct Template Reference

The pow trait. More...

#include <Traits.hpp>

Public Member Functions

ALPAKA_FN_HOST_ACC auto operator() (T const &, TBase const &base, TExp const &exp)
 

Detailed Description

template<typename T, typename TBase, typename TExp, typename TSfinae = void>
struct alpaka::math::trait::Pow< T, TBase, TExp, TSfinae >

The pow trait.

Definition at line 662 of file Traits.hpp.

Member Function Documentation

◆ operator()()

template<typename T , typename TBase , typename TExp , typename TSfinae = void>
ALPAKA_FN_HOST_ACC auto alpaka::math::trait::Pow< T, TBase, TExp, TSfinae >::operator() ( T const &  ,
TBase const &  base,
TExp const &  exp 
)
inline

Definition at line 664 of file Traits.hpp.


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