Creates a tuple object, deducing the target type from the types of arguments.
#include <kumi/kumi.hpp>
#include <functional>
#include <iostream>
int main()
{
int k = 99;
std::cout << t << "\n";
std::cout << k << "\n";
}
decltype(auto) constexpr get(record< Ts... > &r) noexcept
Extracts the Ith field from a kumi::record.
Definition record.hpp:618