A concrete traits class providing sugar to disable support for symbolic evaluation (i.e., the symbolic::Expression scalar type).
For example, if MySystem does not support the symbolic expression scalar type, it could specialize Traits as follows:
}
}
}
Definition rimless_wheel.h:170
Definition rimless_wheel.h:169
Definition autodiff_overloads.h:161
A concrete traits class providing sugar to disable support for symbolic evaluation (i....
Definition scalar_conversion_traits.h:61
A templated traits class for whether an S<U> can be converted into an S<T>; the default value is true...
Definition scalar_conversion_traits.h:39
#include <drake/systems/framework/scalar_conversion_traits.h>
|
| template<typename T, typename U> |
| using | supported |
◆ supported
template<typename T, typename U>
Initial value:
typename std::bool_constant<!std::is_same_v<T, symbolic::Expression> &&
!std::is_same_v<U, symbolic::Expression>>
The documentation for this struct was generated from the following file: