Concept specifying if a parameter pack only holds kumi::concepts::field with no duplicate kumi::str representation of their respective names.
More...
#include <kumi/utils/concepts.hpp>
Concept specifying if a parameter pack only holds kumi::concepts::field with no duplicate kumi::str representation of their respective names.
template<typename... Ts>
(sizeof...(Ts) == 0) ||
Concept specifying if parameter pack is only composed of kumi::concepts::field.
Definition concepts.hpp:296
Concept specifying if a parameter pack only holds kumi::concepts::field with no duplicate kumi::str r...
Definition concepts.hpp:326
constexpr bool all_uniques_v
Checks if a parameter pack only contains distinct types.
Definition traits.hpp:500
Static string used to create named fields.
Definition str.hpp:24