DPC++ Runtime
Runtime libraries for oneAPI DPC++
sycl::_V1::detail::KernelLambdaHasKernelHandlerArgT< KernelType, LambdaArgType > Struct Template Reference

#include <sycl/detail/cg_types.hpp>

Collaboration diagram for sycl::_V1::detail::KernelLambdaHasKernelHandlerArgT< KernelType, LambdaArgType >:

Static Public Attributes

constexpr static bool value
 

Detailed Description

template<typename KernelType, typename LambdaArgType = void>
struct sycl::_V1::detail::KernelLambdaHasKernelHandlerArgT< KernelType, LambdaArgType >

Definition at line 187 of file cg_types.hpp.

Member Data Documentation

◆ value

template<typename KernelType , typename LambdaArgType = void>
constexpr static bool sycl::_V1::detail::KernelLambdaHasKernelHandlerArgT< KernelType, LambdaArgType >::value
staticconstexpr
Initial value:
=
isKernelLambdaCallableWithKernelHandlerImpl<KernelType, LambdaArgType>()

Definition at line 188 of file cg_types.hpp.


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