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

An overload of the general trait that signifies that nothing can be found in an empty tuple. More...

#include <type_traits.hpp>

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

Detailed Description

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

An overload of the general trait that signifies that nothing can be found in an empty tuple.

Template Parameters
QueryTAny type.

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