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 91 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<std::remove_const_t<T>>>::value ||
is_contained<BinaryOperation,
native_op_list<std::add_const_t<T>>>::value ||
is_contained<BinaryOperation, native_op_list<void>>::value
boost::mp11::mp_set_contains< TypeList, std::remove_cv_t< T > > is_contained
Definition: type_list.hpp:32

Definition at line 92 of file group_algorithm.hpp.


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