Concept specifying a type follows the Container Type semantic. More...
#include <kumi/utils/concepts.hpp>
Concept specifying a type follows the Container Type semantic.
A type T models kumi::concepts::static_container if it is an homogeneous container of fixed size exposing size(), begin(), end() and data() member functions as well as value_type and size_type aliases.