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

Public Attributes

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

Static Public Attributes

static const bool value = true
 

Detailed Description

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

Definition at line 76 of file complex_math.hpp.

Member Data Documentation

◆ type

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

Definition at line 82 of file complex_math.hpp.

◆ value

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

Definition at line 83 of file complex_math.hpp.


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