Template Struct has_common_tuple_type< T, U, std::void_t< common_tuple_type_t< T, U > > >

Inheritance Relationships

Base Type

  • public std::true_type

Struct Documentation

template<typename T, typename U>
struct has_common_tuple_type<T, U, std::void_t<common_tuple_type_t<T, U>>> : public std::true_type

has_common_tuple_type specialization for tuple-like types T and U for which a common tuple type exists.