dune-common
2.5.1
|
Compute type of the result of an arithmetic operation involving two different number types. More...
#include <dune/common/promotiontraits.hh>
Public Attributes | |
decltype(std::declval< T1 > ()+std::declval< T2 > ()) typedef | PromotedType |
Compute type of the result of an arithmetic operation involving two different number types.
decltype(std::declval<T1>()+std::declval<T2>()) typedef Dune::PromotionTraits< T1, T2 >::PromotedType |