Concept specifying if a product type can be queried via a get<identifier>.
More...
#include <kumi/utils/concepts.hpp>
Concept specifying if a product type can be queried via a get<identifier>.
A product type Ts models named_get_compliant if it's members are uniquely named.
template<typename Name, typename T>
return _::can_get_field_by_value<Name, element_t<I, T>...>;
}(std::make_index_sequence<size_v<T>>{})
identifier concept
Definition concepts.hpp:123
Concept specifying if a product type can be queried via a get<identifier>.
Definition concepts.hpp:350
Concept specifying a type follows the Product Type semantic.
Definition concepts.hpp:78