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

Computes the number of elements of a kumi::product_type. More...

#include <kumi/utils/traits.hpp>

Detailed Description

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

Computes the number of elements of a kumi::product_type.

Template Parameters
Tkumi::product_type to inspect

Helper value

template<typename T> inline constexpr auto size_v = size<T>::value;
Computes the number of elements of a kumi::product_type.
Definition: traits.hpp:45