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

Predicate returning true if a type is a reduction. More...

#include <sycl/detail/reduction_forward.hpp>

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

Static Public Attributes

static constexpr bool value
 

Detailed Description

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

Predicate returning true if a type is a reduction.

Definition at line 77 of file reduction_forward.hpp.

Member Data Documentation

◆ value

template<typename T >
constexpr bool sycl::_V1::detail::IsReduction< T >::value
staticconstexpr
Initial value:
=
std::is_base_of_v<reduction_impl_base, std::remove_reference_t<T>>

Definition at line 78 of file reduction_forward.hpp.


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