alpaka
Abstraction Library for Parallel Kernel Acceleration
Loading...
Searching...
No Matches
alpaka::math::internal::Pow::Op< T_MathImpl, T_Base, T_Exp > Struct Template Reference

#include <math.hpp>

Public Member Functions

constexpr auto operator() (T_MathImpl, T_Base const &base, T_Exp const &exp) const

Detailed Description

template<typename T_MathImpl, typename T_Base, typename T_Exp>
struct alpaka::math::internal::Pow::Op< T_MathImpl, T_Base, T_Exp >

Definition at line 227 of file math.hpp.

Member Function Documentation

◆ operator()()

template<typename T_MathImpl, typename T_Base, typename T_Exp>
auto alpaka::math::internal::Pow::Op< T_MathImpl, T_Base, T_Exp >::operator() ( T_MathImpl ,
T_Base const & base,
T_Exp const & exp ) const
inlineconstexpr

Definition at line 229 of file math.hpp.


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