KUMI v4.0.0
Flawless Fluorite
Loading...
Searching...
No Matches

◆ can_query()

template<template< typename... > typename Meta, typename Target, typename PT>
auto kumi::concepts::can_query ( )
consteval

#include <kumi/utils/concepts.hpp>

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.