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

Concept specifying if the label of a type modeling kumi::concepts::identifier is present in the parameter pack. The label is considered present if a type in Ts modeling kumi::concepts::field is labeled with the same tag as the given identifier. More...

#include <kumi/utils/concepts.hpp>

Detailed Description

Concept specifying if the label of a type modeling kumi::concepts::identifier is present in the parameter pack. The label is considered present if a type in Ts modeling kumi::concepts::field is labeled with the same tag as the given identifier.

Concept definition

template<typename Name, typename... Ts>
concept contains_field = identifier<Name> && kumi_implementation_defined
Concept specifying if the label of a type modeling kumi::concepts::identifier is present in the param...
Definition concepts.hpp:373
Concept specifying a type represent an identifier.
Definition concepts.hpp:193