Drake
Drake C++ Documentation
Loading...
Searching...
No Matches
Traits< TrajectorySource > Struct Reference

Detailed Description

Spells out the supported scalar conversions for TrajectorySource.

#include <drake/systems/primitives/trajectory_source.h>

Public Types

template<typename T, typename U>
using supported

Member Typedef Documentation

◆ supported

template<typename T, typename U>
using supported
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: