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 product type Ts models typed_get_compliant if it's members are uniquely typed. For a record_type it inspects the underlying type of the fields.