DPC++ Runtime
Runtime libraries for oneAPI DPC++
sycl::_V1::ext::oneapi::experimental::cplx::detail::__promote_imp< _A1, _A2, _A3, true > 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, true >:

Public Attributes

decltype(__type1()+__type2()+__type3()) typedef type
 

Static Public Attributes

static const bool value = true
 

Detailed Description

template<class _A1, class _A2, class _A3>
class sycl::_V1::ext::oneapi::experimental::cplx::detail::__promote_imp< _A1, _A2, _A3, true >

Definition at line 65 of file complex_math.hpp.

Member Data Documentation

◆ type

template<class _A1 , class _A2 , class _A3 >
decltype(__type1() + __type2() + __type3()) typedef sycl::_V1::ext::oneapi::experimental::cplx::detail::__promote_imp< _A1, _A2, _A3, true >::type

Definition at line 72 of file complex_math.hpp.

◆ value

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

Definition at line 73 of file complex_math.hpp.


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