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

Helper specialization of AreAllButLastReductions for one element only. More...

#include <sycl/detail/reduction_forward.hpp>

Collaboration diagram for sycl::_V1::detail::AreAllButLastReductions< T >:

Static Public Attributes

static constexpr bool value = !IsReduction<T>::value
 

Detailed Description

template<typename T>
struct sycl::_V1::detail::AreAllButLastReductions< T >

Helper specialization of AreAllButLastReductions for one element only.

Returns true if the template parameter is not a reduction.

Definition at line 90 of file reduction_forward.hpp.

Member Data Documentation

◆ value

template<typename T >
constexpr bool sycl::_V1::detail::AreAllButLastReductions< T >::value = !IsReduction<T>::value
staticconstexpr

Definition at line 91 of file reduction_forward.hpp.


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