DPC++ Runtime
Runtime libraries for oneAPI DPC++
sycl::_V1::ext::intel::experimental::detail::GetOrDefaultValT< PropListT, PropKeyT, DefaultPropValT, std::enable_if_t< PropListT::template has_property< PropKeyT >()> > Struct Template Reference

#include <sycl/ext/intel/experimental/fpga_utils.hpp>

Public Types

using type = decltype(PropListT::template get_property< PropKeyT >())
 

Detailed Description

template<typename PropListT, typename PropKeyT, typename DefaultPropValT>
struct sycl::_V1::ext::intel::experimental::detail::GetOrDefaultValT< PropListT, PropKeyT, DefaultPropValT, std::enable_if_t< PropListT::template has_property< PropKeyT >()> >

Definition at line 43 of file fpga_utils.hpp.

Member Typedef Documentation

◆ type

template<typename PropListT , typename PropKeyT , typename DefaultPropValT >
using sycl::_V1::ext::intel::experimental::detail::GetOrDefaultValT< PropListT, PropKeyT, DefaultPropValT, std::enable_if_t< PropListT::template has_property< PropKeyT >()> >::type = decltype(PropListT::template get_property<PropKeyT>())

Definition at line 46 of file fpga_utils.hpp.


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