Template Struct is_ad¶
Defined in File traits.h
Inheritance Relationships¶
Base Type¶
public std::integral_constant< bool, false >
Struct Documentation¶
-
template<typename Scalar>
struct is_ad : public std::integral_constant<bool, false>¶ A traits for detecting AutoDiff scalar types.