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

Concept specifying if parameter pack is only composed of kumi::concepts::field. More...

#include <kumi/utils/concepts.hpp>

Detailed Description

Concept specifying if parameter pack is only composed of kumi::concepts::field.

Concept definition

template<typename... Ts>
concept is_fully_named = (... && field<Ts>)
Concept specifying a type represent a field.
Definition concepts.hpp:178
Concept specifying if parameter pack is only composed of kumi::concepts::field.
Definition concepts.hpp:312