Provides access to the type of the elements of a kumi::static_container.
More...
#include <kumi/utils/traits.hpp>
template<typename T>
struct kumi::container_type< T >
Provides access to the type of the elements of a kumi::static_container.
- Template Parameters
-
| T | kumi::static_container to access |
Helper type
{
template<typename T> using container_type_t = typename container_type<T>::type;
}
Main KUMI namespace.
Definition algorithm.hpp:11