DPC++ Runtime
Runtime libraries for oneAPI DPC++
sycl::_V1::detail::BackendReturn< backend::opencl, buffer< DataT, Dimensions, AllocatorT > > Struct Template Reference

#include <sycl/detail/backend_traits_opencl.hpp>

Public Types

using type = std::vector< cl_mem >
 

Detailed Description

template<typename DataT, int Dimensions, typename AllocatorT>
struct sycl::_V1::detail::BackendReturn< backend::opencl, buffer< DataT, Dimensions, AllocatorT > >

Definition at line 63 of file backend_traits_opencl.hpp.

Member Typedef Documentation

◆ type

template<typename DataT , int Dimensions, typename AllocatorT >
using sycl::_V1::detail::BackendReturn< backend::opencl, buffer< DataT, Dimensions, AllocatorT > >::type = std::vector<cl_mem>

Definition at line 64 of file backend_traits_opencl.hpp.


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