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

Computes the return type of a call to kumi::get. More...

#include <kumi/utils/traits.hpp>

Detailed Description

template<std::size_t I, typename T>
struct kumi::member< I, T >

Computes the return type of a call to kumi::get.

Template Parameters
IIndex of the type to retrieve
Tkumi::product_type to access

Helper type

namespace kumi
{
template<std::size_t I, typename T> using member_t = typename member<I,T>::type;
}
Main KUMI namespace.
Definition: algorithm.hpp:11