kumi v3.1.0
Exquisite Epidote
 
Loading...
Searching...
No Matches
kumi::container_type< T > Struct Template Reference

Provides access to the type of the elements of a kumi::static_container. More...

#include <kumi/utils/traits.hpp>

Detailed Description

template<typename T>
struct kumi::container_type< T >

Provides access to the type of the elements of a kumi::static_container.

Template Parameters
Tkumi::static_container to access

Helper type

namespace kumi
{
template<typename T> using container_type_t = typename container_type<T>::type;
}
Main KUMI namespace.
Definition algorithm.hpp:11
Provides access to the type of the elements of a kumi::static_container.
Definition traits.hpp:281