DPC++ Runtime
Runtime libraries for oneAPI DPC++
sycl::_V1::ext::oneapi::experimental::cplx::detail::__promote_imp< _A1, _A2, _A3, bool > Class Template Reference

#include <sycl/ext/oneapi/experimental/complex/detail/complex_math.hpp>

Collaboration diagram for sycl::_V1::ext::oneapi::experimental::cplx::detail::__promote_imp< _A1, _A2, _A3, bool >:

Static Public Attributes

static const bool value = false
 

Detailed Description

template<class _A1, class _A2 = void, class _A3 = void, bool = __numeric_type<_A1>::value && __numeric_type<_A2>::value && __numeric_type<_A3>::value>
class sycl::_V1::ext::oneapi::experimental::cplx::detail::__promote_imp< _A1, _A2, _A3, bool >

Definition at line 59 of file complex_math.hpp.

Member Data Documentation

◆ value

template<class _A1 , class _A2 = void, class _A3 = void, bool = __numeric_type<_A1>::value && __numeric_type<_A2>::value && __numeric_type<_A3>::value>
const bool sycl::_V1::ext::oneapi::experimental::cplx::detail::__promote_imp< _A1, _A2, _A3, bool >::value = false
static

Definition at line 61 of file complex_math.hpp.


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