DGtal
1.5.beta
|
Specialization for (fundamental) arithmetic types. More...
#include <DGtal/kernel/ArithmeticConversionTraits.h>
Public Types | |
using | type = typename std::common_type< T, U >::type |
Specialization for (fundamental) arithmetic types.
Resulting type is deduced from usual arithmetic conversion using std::common_type.
Definition at line 120 of file ArithmeticConversionTraits.h.
using DGtal::ArithmeticConversionTraits< T, U, typename std::enable_if< std::is_arithmetic< T >::value &&std::is_arithmetic< U >::value >::type >::type = typename std::common_type<T, U>::type |
Definition at line 124 of file ArithmeticConversionTraits.h.