|
| static constexpr DEAL_II_HOST_DEVICE_ALWAYS_INLINE const T & | value (const T &t) |
| |
| template<typename F > |
| static constexpr DEAL_II_HOST_DEVICE_ALWAYS_INLINE T | value (const F &f, std::enable_if_t<!std::is_same< typename std::decay< T >::type, typename std::decay< F >::type >::value &&std::is_constructible< T, F >::value > *=nullptr) |
| |
| template<typename F > |
| static constexpr DEAL_II_HOST_DEVICE_ALWAYS_INLINE T | value (const F &f, std::enable_if_t<!std::is_same< typename std::decay< T >::type, typename std::decay< F >::type >::value &&!std::is_constructible< T, F >::value &&is_explicitly_convertible< const F, T >::value > *=nullptr) |
| |
| template<typename F > |
| static T | value (const F &f, std::enable_if_t<!std::is_same< typename std::decay< T >::type, typename std::decay< F >::type >::value &&!std::is_constructible< T, F >::value &&!is_explicitly_convertible< const F, T >::value &&Differentiation::AD::is_ad_number< F >::value > *=nullptr) |
| |
template<typename T>
struct internal::NumberType< T >
Definition at line 699 of file numbers.h.