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

Concept specifying a type follows the Container Type semantic. More...

#include <kumi/utils/concepts.hpp>

Detailed Description

Concept specifying a type follows the Container Type semantic.

A type T models kumi::static_container if it is an homogeneous container of fixed size.

Concept definition

template<typename T>
concept static_container = is_static_container_v<std::remove_cvref_t<T>>
Concept specifying a type follows the Container Type semantic.
Definition concepts.hpp:97