DPC++ Runtime
Runtime libraries for oneAPI DPC++
sycl::_V1::detail::LegacyReferenceTypes< 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 reference_t = decorated_type &
 
using const_reference_t = decorated_type &
 

Detailed Description

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

Definition at line 59 of file multi_ptr.hpp.

Member Typedef Documentation

◆ const_reference_t

template<typename ElementType >
using sycl::_V1::detail::LegacyReferenceTypes< ElementType, access::address_space::constant_space >::const_reference_t = decorated_type &

Definition at line 64 of file multi_ptr.hpp.

◆ decorated_type

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

Definition at line 61 of file multi_ptr.hpp.

◆ reference_t

template<typename ElementType >
using sycl::_V1::detail::LegacyReferenceTypes< ElementType, access::address_space::constant_space >::reference_t = decorated_type &

Definition at line 63 of file multi_ptr.hpp.


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