DPC++ Runtime
Runtime libraries for oneAPI DPC++
sycl::_V1::detail::FilterElement< Cond, I > Struct Template Reference

#include <sycl/reduction.hpp>

Public Types

using type = std::conditional_t< Cond, std::index_sequence< I >, std::index_sequence<> >
 

Detailed Description

template<bool Cond, size_t I>
struct sycl::_V1::detail::FilterElement< Cond, I >

Definition at line 2124 of file reduction.hpp.

Member Typedef Documentation

◆ type

template<bool Cond, size_t I>
using sycl::_V1::detail::FilterElement< Cond, I >::type = std::conditional_t<Cond, std::index_sequence<I>, std::index_sequence<> >

Definition at line 2125 of file reduction.hpp.


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