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

Recursive override of the main trait. More...

#include <type_traits.hpp>

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

Detailed Description

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

Recursive override of the main trait.

Template Parameters
QueryTQuery type.
HeadTHead type in the tuple.
TailTsRest of the tuple types.

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