Checks if a two product types are comparable for equality. More...
#include <kumi/utils/traits.hpp>
Checks if a two product types are comparable for equality.
Two product types are comparable for equality uf eacg field in T have a corresponding field in U with each of their underlying types being comparable (the == operator can be used betewen them).
| Seq | The Index sequence sized on the size of the input product types |
| T | The reference product type to access |
| U | the product type to check |