KUMI v3.1.0
Exquisite Epidote
Loading...
Searching...
No Matches
kumi::concepts::identifier Concept Reference

Concept specifying a type represent an identifier. More...

#include <kumi/utils/concepts.hpp>

Detailed Description

Concept specifying a type represent an identifier.

An identifier type is able to be bound to a value to create a kumi::concepts::field. It represent a type that can be used to retrieve a kumi::concepts::field from a kumi::concepts::product_type

Example types:

  • "my_identifier"_id;

Concept definition

template<typename T>
concept identifier = kumi_implementation_defined
Concept specifying a type represent an identifier.
Definition concepts.hpp:193