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