Dune Core Modules (2.3.1)
promotiontraits.hh
Go to the documentation of this file.
43 template<> struct PromotionTraits<std::complex<double>,std::complex<double> > { typedef std::complex<double> PromotedType; };
44 template<> struct PromotionTraits<std::complex<double>,double> { typedef std::complex<double> PromotedType; };
45 template<> struct PromotionTraits<double,std::complex<double> > { typedef std::complex<double> PromotedType; };
48 template<> struct PromotionTraits<std::complex<float>,float> { typedef std::complex<float> PromotedType; };
49 template<> struct PromotionTraits<float,std::complex<float> > { typedef std::complex<float> PromotedType; };
50 template<> struct PromotionTraits<std::complex<float>,std::complex<float> > { typedef std::complex<float> PromotedType; };
53 template<> struct PromotionTraits<std::complex<int>,int> { typedef std::complex<int> PromotedType; };
54 template<> struct PromotionTraits<int,std::complex<int> > { typedef std::complex<int> PromotedType; };
55 template<> struct PromotionTraits<std::complex<int>,std::complex<int> > { typedef std::complex<int> PromotedType; };
STL namespace.
|
Legal Statements / Impressum |
Hosted by TU Dresden |
generated with Hugo v0.111.3
(Nov 12, 23:30, 2024)