DPC++ Runtime
Runtime libraries for oneAPI DPC++
sycl::_V1::detail::ReductionIdentityContainer< T, BinaryOperation, false, std::enable_if_t<!IsKnownIdentityOp< T, BinaryOperation >::value > > Class Template Reference

#include <sycl/reduction.hpp>

Collaboration diagram for sycl::_V1::detail::ReductionIdentityContainer< T, BinaryOperation, false, std::enable_if_t<!IsKnownIdentityOp< T, BinaryOperation >::value > >:

Static Public Attributes

static constexpr bool has_identity = false
 

Detailed Description

template<typename T, class BinaryOperation>
class sycl::_V1::detail::ReductionIdentityContainer< T, BinaryOperation, false, std::enable_if_t<!IsKnownIdentityOp< T, BinaryOperation >::value > >

Definition at line 427 of file reduction.hpp.

Member Data Documentation

◆ has_identity

template<typename T , class BinaryOperation >
constexpr bool sycl::_V1::detail::ReductionIdentityContainer< T, BinaryOperation, false, std::enable_if_t<!IsKnownIdentityOp< T, BinaryOperation >::value > >::has_identity = false
staticconstexpr

Definition at line 431 of file reduction.hpp.


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