DPC++ Runtime
Runtime libraries for oneAPI DPC++
sycl::_V1::detail::LegacyPointerTypes< ElementType, access::address_space::constant_space > Struct Template Reference

#include <sycl/multi_ptr.hpp>

Public Types

using decorated_type = typename detail::DecoratedType< ElementType, access::address_space::constant_space >::type
 
using pointer_t = decorated_type *
 
using const_pointer_t = decorated_type const *
 

Detailed Description

template<typename ElementType>
struct sycl::_V1::detail::LegacyPointerTypes< ElementType, access::address_space::constant_space >

Definition at line 39 of file multi_ptr.hpp.

Member Typedef Documentation

◆ const_pointer_t

template<typename ElementType >
using sycl::_V1::detail::LegacyPointerTypes< ElementType, access::address_space::constant_space >::const_pointer_t = decorated_type const *

Definition at line 43 of file multi_ptr.hpp.

◆ decorated_type

template<typename ElementType >
using sycl::_V1::detail::LegacyPointerTypes< ElementType, access::address_space::constant_space >::decorated_type = typename detail::DecoratedType< ElementType, access::address_space::constant_space>::type

Definition at line 40 of file multi_ptr.hpp.

◆ pointer_t

template<typename ElementType >
using sycl::_V1::detail::LegacyPointerTypes< ElementType, access::address_space::constant_space >::pointer_t = decorated_type *

Definition at line 42 of file multi_ptr.hpp.


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