DPC++ Runtime
Runtime libraries for oneAPI DPC++
sycl::_V1::detail::array_fill_helper< Kind, Idx, T, Args... > Struct Template Reference

#include <detail/plugin.hpp>

Static Public Member Functions

static void fill (unsigned char *Dst, const T &&Arg, Args &&...Rest)
 

Detailed Description

template<PiApiKind Kind, size_t Idx, typename T, typename... Args>
struct sycl::_V1::detail::array_fill_helper< Kind, Idx, T, Args... >

Definition at line 58 of file plugin.hpp.

Member Function Documentation

◆ fill()

template<PiApiKind Kind, size_t Idx, typename T , typename... Args>
static void sycl::_V1::detail::array_fill_helper< Kind, Idx, T, Args... >::fill ( unsigned char *  Dst,
const T &&  Arg,
Args &&...  Rest 
)
inlinestatic

Definition at line 59 of file plugin.hpp.

References sycl::_V1::ext::oneapi::experimental::fill().


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