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

Concept specifying if a parameter pack only holds kumi::concepts::field. Each of their names beeing unique. More...

#include <kumi/utils/concepts.hpp>

Detailed Description

Concept specifying if a parameter pack only holds kumi::concepts::field. Each of their names beeing unique.

Note
If there are no element in the parameter pack the concept returns true

Concept definition

template<typename... Ts>
Concept specifying if a parameter pack only holds kumi::concepts::field. Each of their names beeing u...
Definition concepts.hpp:353
Concept specifying if parameter pack is only composed of kumi::concepts::field.
Definition concepts.hpp:312
Concept specifying if a parameter pack only holds kumi::concepts::field with no duplicate names.
Definition concepts.hpp:330