Traits detecting types behaving like a kumi::static_container. More...
#include <kumi/utils/traits.hpp>
Traits detecting types behaving like a kumi::static_container.
To be treated like a static_container, a user defined type must expose a type and a statically know size encoded in the type. It shall also provide general container utilities.