|
KUMI v5.0.0
Gorgeous Garnet
|
Concept specifying if a product type can be queried via a get<label>. More...
#include <kumi/utils/concepts.hpp>
Concept specifying if a product type can be queried via a get<label>.
A type T models queryable_by_label if it's a kumi::concepts::product_type with its elements modeling kumi::concepts::uniquely_named and a field with the same label as the template parameter L can be found inside.