DPC++ Runtime
Runtime libraries for oneAPI DPC++
sycl::_V1::detail::is_native_op< T, BinaryOperation > Struct Template Reference

#include <sycl/group_algorithm.hpp>

Collaboration diagram for sycl::_V1::detail::is_native_op< T, BinaryOperation >:

Static Public Attributes

static constexpr bool value
 

Detailed Description

template<typename T, typename BinaryOperation>
struct sycl::_V1::detail::is_native_op< T, BinaryOperation >

Definition at line 97 of file group_algorithm.hpp.

Member Data Documentation

◆ value

template<typename T , typename BinaryOperation >
constexpr bool sycl::_V1::detail::is_native_op< T, BinaryOperation >::value
staticconstexpr
Initial value:
=
is_contained<BinaryOperation, native_op_list<T>>::value ||
is_contained<BinaryOperation, native_op_list<void>>::value

Definition at line 98 of file group_algorithm.hpp.


The documentation for this struct was generated from the following file:
sycl::_V1::detail::is_native_op::value
static constexpr bool value
Definition: group_algorithm.hpp:98