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

Concept specifying if a kumi::field_capture with name Name is present in a parameter pack. More...

#include <kumi/utils/concepts.hpp>

Detailed Description

Concept specifying if a kumi::field_capture with name Name is present in a parameter pack.

Concept definition

template<auto Name, typename... Ts>
concept kumi::contains_field = _::contains_field<Name, Ts...>()
Concept specifying if a kumi::field_capture with name Name is present in a parameter pack.
Definition concepts.hpp:222