DPC++ Runtime
Runtime libraries for oneAPI DPC++
sycl::_V1::ext::oneapi::experimental::detail::GetCompileTimeProperties< detail::properties_t< Prop, Props... > > Struct Template Reference

#include <sycl/ext/oneapi/experimental/annotated_usm/alloc_util.hpp>

Public Types

using filtered_this_property_t = std::conditional_t< detail::IsCompileTimePropertyValue< Prop >::value, detail::properties_t< Prop >, detail::empty_properties_t >
 
using filtered_other_properties_t = typename GetCompileTimeProperties< detail::properties_t< Props... > >::type
 
using type = detail::merged_properties_t< filtered_this_property_t, filtered_other_properties_t >
 

Detailed Description

template<typename Prop, typename... Props>
struct sycl::_V1::ext::oneapi::experimental::detail::GetCompileTimeProperties< detail::properties_t< Prop, Props... > >

Definition at line 133 of file alloc_util.hpp.

Member Typedef Documentation

◆ filtered_other_properties_t

Definition at line 138 of file alloc_util.hpp.

◆ filtered_this_property_t

Definition at line 134 of file alloc_util.hpp.

◆ type


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