DPC++ Runtime
Runtime libraries for oneAPI DPC++
sycl::_V1::ext::intel::esimd::detail::is_saturation_tag< T > Struct Template Reference

#include <sycl/ext/intel/esimd/common.hpp>

Collaboration diagram for sycl::_V1::ext::intel::esimd::detail::is_saturation_tag< T >:

Static Public Attributes

static constexpr bool value
 

Detailed Description

template<typename T>
struct sycl::_V1::ext::intel::esimd::detail::is_saturation_tag< T >

Definition at line 86 of file common.hpp.

Member Data Documentation

◆ value

template<typename T >
constexpr bool sycl::_V1::ext::intel::esimd::detail::is_saturation_tag< T >::value
staticconstexpr
Initial value:
=
std::is_same_v<T, sycl::ext::intel::esimd::saturation_on_tag> ||
std::is_same_v<T, sycl::ext::intel::esimd::saturation_off_tag>

Definition at line 87 of file common.hpp.


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