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

A trait to check if a tuple has a type. More...

#include <type_traits.hpp>

Detailed Description

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

A trait to check if a tuple has a type.

Taken from https://stackoverflow.com/a/25958302/678093

Template Parameters
QueryTA query type.
TupleTA tuple to search the type in.

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