Extracts the common product_type of a parameter pack, if all the types are record then it returns an empty record, otherwise returns an empty kumi::tuple
Template Parameters
Ts
The product_types to access
Helper type
namespace kumi::result
{
template<typename... Ts> using common_product_type_t