alpaka
Abstraction Library for Parallel Kernel Acceleration
alpaka::detail::CheckFnReturnType< TAcc, TSfinae > Struct Template Reference

Check that the return of TKernelFnObj is void. More...

#include <Traits.hpp>

Public Member Functions

template<typename TKernelFnObj , typename... TArgs>
void operator() (TKernelFnObj const &, TArgs const &...)
 

Detailed Description

template<typename TAcc, typename TSfinae = void>
struct alpaka::detail::CheckFnReturnType< TAcc, TSfinae >

Check that the return of TKernelFnObj is void.

Definition at line 232 of file Traits.hpp.

Member Function Documentation

◆ operator()()

template<typename TAcc , typename TSfinae = void>
template<typename TKernelFnObj , typename... TArgs>
void alpaka::detail::CheckFnReturnType< TAcc, TSfinae >::operator() ( TKernelFnObj const &  ,
TArgs const &  ... 
)
inline

Definition at line 235 of file Traits.hpp.


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