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

Concept specifying if a parameter pack only holds unique kumi::str representation of the field names. More...

#include <kumi/utils/concepts.hpp>

Detailed Description

Concept specifying if a parameter pack only holds unique kumi::str representation of the field names.

Concept definition

template<typename... Ts>
(sizeof...(Ts) == 0) || (is_fully_named<Ts...> && (all_uniques_v<_::value<std::remove_cvref_t<Ts>::name()>...>))
Concept specifying if parameter pack contains only kumi::field_captures.
Definition concepts.hpp:216
Concept specifying if a parameter pack only holds unique kumi::str representation of the field names.
Definition concepts.hpp:238