DGtal  1.4.beta
DGtal::IsArithmeticConversionValid< T, U, typename std::conditional< false, ArithmeticConversionType< T, U >, void >::type > Struct Template Reference

Specialization when arithmetic operation between the two given type is valid. More...

#include <DGtal/kernel/ArithmeticConversionTraits.h>

Inheritance diagram for DGtal::IsArithmeticConversionValid< T, U, typename std::conditional< false, ArithmeticConversionType< T, U >, void >::type >:
[legend]

Detailed Description

template<typename T, typename U>
struct DGtal::IsArithmeticConversionValid< T, U, typename std::conditional< false, ArithmeticConversionType< T, U >, void >::type >

Specialization when arithmetic operation between the two given type is valid.

Inherits from std::true_type.

See also
IsArithmeticConversionValid
ArithmeticConversionTraits

Definition at line 159 of file ArithmeticConversionTraits.h.


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