|
inlineconstexpr |
Checks if a two product types are comparable for equality.
Two product types are comparable for equality uf each field in T have a corresponding field in U with each of their underlying types being comparable (the == operator can be used betewen them).
| T | The reference product type to access |
| U | the product type to check |