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

#include <sycl/reduction.hpp>

Collaboration diagram for sycl::_V1::detail::IsNonUsmReductionPredicate::Func< T >:

Static Public Attributes

static constexpr bool value = !std::remove_pointer_t<T>::is_usm
 

Detailed Description

template<typename T>
struct sycl::_V1::detail::IsNonUsmReductionPredicate::Func< T >

Definition at line 2113 of file reduction.hpp.

Member Data Documentation

◆ value

template<typename T >
constexpr bool sycl::_V1::detail::IsNonUsmReductionPredicate::Func< T >::value = !std::remove_pointer_t<T>::is_usm
staticconstexpr

Definition at line 2114 of file reduction.hpp.


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