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

Returns the number of elements of a kumi::static_container. More...

#include <kumi/utils/traits.hpp>

Detailed Description

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

Returns the number of elements of a kumi::static_container.

Template Parameters
Tkumi::static_container to inspect

Helper value

template<typename T> inline constexpr auto container_size_v = container_size<T>::value;
Returns the number of elements of a kumi::static_container.
Definition traits.hpp:245