Autoware.Auto
autoware::common::type_traits::index< HeadT, std::tuple< HeadT, Tail... > > Struct Template Reference

Specialization for a tuple that starts with the HeadT type. End of recursion. More...

#include <type_traits.hpp>

Inheritance diagram for autoware::common::type_traits::index< HeadT, std::tuple< HeadT, Tail... > >:
Collaboration diagram for autoware::common::type_traits::index< HeadT, std::tuple< HeadT, Tail... > >:

Detailed Description

template<class HeadT, class ... Tail>
struct autoware::common::type_traits::index< HeadT, std::tuple< HeadT, Tail... > >

Specialization for a tuple that starts with the HeadT type. End of recursion.


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