DPC++ Runtime
Runtime libraries for oneAPI DPC++
sycl::_V1::detail::NDLoopIterateImpl< NDims, 0, LoopBoundTy, FuncTy, LoopIndexTy > Struct Template Reference

#include <sycl/detail/common.hpp>

Public Member Functions

 NDLoopIterateImpl (const LoopIndexTy< NDims > &LowerBound, const LoopBoundTy< NDims > &Stride, const LoopBoundTy< NDims > &UpperBound, FuncTy f, LoopIndexTy< NDims > &Index)
 

Detailed Description

template<int NDims, template< int > class LoopBoundTy, typename FuncTy, template< int > class LoopIndexTy>
struct sycl::_V1::detail::NDLoopIterateImpl< NDims, 0, LoopBoundTy, FuncTy, LoopIndexTy >

Definition at line 217 of file common.hpp.

Constructor & Destructor Documentation

◆ NDLoopIterateImpl()

template<int NDims, template< int > class LoopBoundTy, typename FuncTy , template< int > class LoopIndexTy>
sycl::_V1::detail::NDLoopIterateImpl< NDims, 0, LoopBoundTy, FuncTy, LoopIndexTy >::NDLoopIterateImpl ( const LoopIndexTy< NDims > &  LowerBound,
const LoopBoundTy< NDims > &  Stride,
const LoopBoundTy< NDims > &  UpperBound,
FuncTy  f,
LoopIndexTy< NDims > &  Index 
)
inline

Definition at line 218 of file common.hpp.


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