|
template<typename FROM , typename TO2 = TO, typename std::enable_if<!std::is_convertible< FROM, TO >::value >::type * = nullptr> |
static constexpr bool | value (const FROM &from) |
|
template<typename FROM , typename TO2 = TO, typename std::enable_if< std::is_convertible< FROM, TO >::value &&std::is_arithmetic< TO >::value &&std::is_arithmetic< FROM >::value &&!std::is_same< TO, FROM >::value >::type * = nullptr> |
static constexpr bool | value (const FROM &from) |
|
template<typename FROM , typename TO2 = TO, typename std::enable_if< std::is_convertible< FROM, TO >::value &&!(std::is_arithmetic< TO >::value &&std::is_arithmetic< FROM >::value &&!std::is_same< TO, FROM >::value)>::type * = nullptr> |
static constexpr bool | value (const FROM &from) |
|
template<typename TO>
struct Halide::Internal::IsRoundtrippable< TO >
Definition at line 388 of file Util.h.