Template Struct has_type< T, std::tuple< U, Ts… > >

Inheritance Relationships

Base Type

  • public lvr2::Intersection< T, std::tuple< Ts... > >::has_type

Struct Documentation

template<typename T, typename U, typename ...Ts>
struct has_type<T, std::tuple<U, Ts...>> : public lvr2::Intersection<T, std::tuple<Ts...>>::has_type