DPC++ Runtime
Runtime libraries for oneAPI DPC++
sycl::_V1::ext::intel::experimental::detail::_GetValue< _Type, _T1, _T... > Struct Template Reference

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

Collaboration diagram for sycl::_V1::ext::intel::experimental::detail::_GetValue< _Type, _T1, _T... >:

Static Public Attributes

static constexpr auto value
 

Detailed Description

template<template< int32_t > class _Type, class _T1, class... _T>
struct sycl::_V1::ext::intel::experimental::detail::_GetValue< _Type, _T1, _T... >

Definition at line 28 of file fpga_utils.hpp.

Member Data Documentation

◆ value

template<template< int32_t > class _Type, class _T1 , class... _T>
constexpr auto sycl::_V1::ext::intel::experimental::detail::_GetValue< _Type, _T1, _T... >::value
staticconstexpr
Initial value:
=
std::conditional_t<_MatchType<_Type, _T1>::value, _T1,
_GetValue<_Type, _T...>>::value

Definition at line 29 of file fpga_utils.hpp.


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