Concept specifying if a product type can be queried via a get<type>. More...
#include <kumi/utils/concepts.hpp>
Concept specifying if a product type can be queried via a get<type>.
A type T models kumi::concepts::typed_get_compliant if it's fields are uniquely typed. For a record_type it inspects the underlying type of the fields.