Drake
Drake C++ Documentation
type_at< I, Ts > Struct Template Reference

Detailed Description

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>

Public Types

using type = typename internal::type_at_impl< I, 0, Ts... >::type
 

Member Typedef Documentation

◆ type

using type = typename internal::type_at_impl<I, 0, Ts...>::type

The documentation for this struct was generated from the following file: