![]() |
|
#include <type_promotion.h>
Public Types | |
using | type = typename std::conditional_t<(std::numeric_limits< T >::digits< std::numeric_limits< U >::digits), U, T > |
Definition at line 25 of file type_promotion.h.
using ecvl::larger_arithmetic_type< T, U >::type = typename std::conditional_t<(std::numeric_limits<T>::digits < std::numeric_limits<U>::digits), U, T> |
Definition at line 28 of file type_promotion.h.