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>
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
| T | the template template type to be built. |