Concept specifying if a parameter pack only holds unique kumi::str representation of the field names.
More...
#include <kumi/utils/concepts.hpp>
Concept specifying if a parameter pack only holds unique kumi::str representation of the field names.
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