DPC++ Runtime
Runtime libraries for oneAPI DPC++
sycl::_V1::detail::known_identity_impl< BinaryOperation, vec< std::byte, NumElements >, std::enable_if_t< IsFalseIdentityOp< vec< std::byte, NumElements >, BinaryOperation >::value > > Struct Template Reference

#include <sycl/known_identity.hpp>

Collaboration diagram for sycl::_V1::detail::known_identity_impl< BinaryOperation, vec< std::byte, NumElements >, std::enable_if_t< IsFalseIdentityOp< vec< std::byte, NumElements >, BinaryOperation >::value > >:

Static Public Attributes

static constexpr vec< std::byte, NumElements > value
 

Detailed Description

template<typename BinaryOperation, int NumElements>
struct sycl::_V1::detail::known_identity_impl< BinaryOperation, vec< std::byte, NumElements >, std::enable_if_t< IsFalseIdentityOp< vec< std::byte, NumElements >, BinaryOperation >::value > >

Definition at line 350 of file known_identity.hpp.

Member Data Documentation

◆ value

template<typename BinaryOperation , int NumElements>
constexpr vec<std::byte, NumElements> sycl::_V1::detail::known_identity_impl< BinaryOperation, vec< std::byte, NumElements >, std::enable_if_t< IsFalseIdentityOp< vec< std::byte, NumElements >, BinaryOperation >::value > >::value
staticconstexpr
Initial value:
=
vec<std::byte, NumElements>(std::byte(false))

Definition at line 354 of file known_identity.hpp.


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