kumi v3.1.0
Exquisite Epidote
 
Loading...
Searching...
No Matches
kumi::_::builder< T > Class Template Reference

Helper structure to build the correct output product_type. If the provided Typle is a not a record_type the builder will output a tuple otherwise a record. More...

#include <kumi/detail/builder.hpp>

Detailed Description

template<kumi::product_type T>
class kumi::_::builder< T >

Helper structure to build the correct output product_type. If the provided Typle is a not a record_type the builder will output a tuple otherwise a record.

builder provides a generic way of defining a kumi::product_type which depending on the given semantic (product_type or record_type) will output respectively a kumi::tuple or a kumi::record

Template Parameters
Tthe template template type to be built.