Concept specifying if two types have matching named fields. More...
#include <kumi/utils/concepts.hpp>
Concept specifying if two types have matching named fields.
A type T models kumi::equivalent<T,U> if it is a product type with the same number of members as U, and each of its fields has a corresponding field in U with the same name