KUMI v4.0.0
Flawless Fluorite
Loading...
Searching...
No Matches
kumi::concepts::queryable_by_type Concept Reference

Concept specifying if a product type can be queried via a get<type>. More...

#include <kumi/utils/concepts.hpp>

Detailed Description

Concept specifying if a product type can be queried via a get<type>.

A type T models kumi::concepts::queryable_by_type if it's fields are uniquely typed. For a record_type it inspects the underlying type of the fields.

Concept definition

template<typename Type, typename T>
kumi_implementation_defined
Concept specifying a type follows the Product Type semantic.
Definition concepts.hpp:77
Concept specifying if a product type can be queried via a get<type>.
Definition concepts.hpp:451