Spells out the supported scalar conversions for TrajectorySource.
#include <drake/systems/primitives/trajectory_source.h>
|
| template<typename T, typename U> |
| using | supported |
◆ supported
template<typename T, typename U>
Initial value: typename std::bool_constant<
(std::is_same_v<U, double>) ||
(std::is_same_v<std::pair<U, T>, std::pair<AutoDiffXd, double>>)>
The documentation for this struct was generated from the following file: