template<size_t I, typename... Ts>
struct drake::type_at< I, Ts >
Extracts the Ith type from a sequence of types. 
 
#include <drake/bindings/pydrake/common/type_pack.h>
 | 
| using  | type = typename internal::type_at_impl< I, 0, Ts... >::type | 
|   | 
◆ type
      
        
          | using type =  typename internal::type_at_impl<I, 0, Ts...>::type | 
        
      
 
 
The documentation for this struct was generated from the following file: