DPC++ Runtime
Runtime libraries for oneAPI DPC++
sycl::_V1::ext::oneapi::experimental::detail::AllNonZero< X, Xs... > Struct Template Reference

#include <sycl/ext/oneapi/kernel_properties/properties.hpp>

Collaboration diagram for sycl::_V1::ext::oneapi::experimental::detail::AllNonZero< X, Xs... >:

Static Public Attributes

static constexpr bool value = X > 0 && AllNonZero<Xs...>::value
 

Detailed Description

template<size_t X, size_t... Xs>
struct sycl::_V1::ext::oneapi::experimental::detail::AllNonZero< X, Xs... >

Definition at line 30 of file properties.hpp.

Member Data Documentation

◆ value

template<size_t X, size_t... Xs>
constexpr bool sycl::_V1::ext::oneapi::experimental::detail::AllNonZero< X, Xs... >::value = X > 0 && AllNonZero<Xs...>::value
staticconstexpr

Definition at line 31 of file properties.hpp.


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