Template Struct tuple::is_pack_this_tuple< That >

Nested Relationships

This struct is a nested type of Template Struct tuple.

Inheritance Relationships

Base Type

  • public std::is_same< tuple, decay< That > >

Template Parameter Order

  1. typename That

Struct Documentation

template<typename That>
struct is_pack_this_tuple<That> : public std::is_same<tuple, decay<That>>