Autoware.Auto
autoware::common::type_traits::has_type< QueryT, std::tuple< QueryT, TailTs... > > Struct Template Reference

End of recursion for the main has_type trait. Becomes a true_type when the first type in the tuple matches the query type. More...

#include <type_traits.hpp>

Inheritance diagram for autoware::common::type_traits::has_type< QueryT, std::tuple< QueryT, TailTs... > >:
Collaboration diagram for autoware::common::type_traits::has_type< QueryT, std::tuple< QueryT, TailTs... > >:

Detailed Description

template<typename QueryT, typename ... TailTs>
struct autoware::common::type_traits::has_type< QueryT, std::tuple< QueryT, TailTs... > >

End of recursion for the main has_type trait. Becomes a true_type when the first type in the tuple matches the query type.

Template Parameters
QueryTQuery type.
TailTsOther types in the tuple.

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