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

Computes the return type of a call to kumi::get on a kumi::tuple and unwrap the field_capture returned by kumi::get on a kumi::record. More...

#include <kumi/utils/traits.hpp>

Detailed Description

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

Computes the return type of a call to kumi::get on a kumi::tuple and unwrap the field_capture returned by kumi::get on a kumi::record.

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 raw_member_t = typename raw_member<I,T>::type;
}
Main KUMI namespace.
Definition algorithm.hpp:11