#include <kumi/kumi.hpp>
#include <iostream>
using namespace kumi::literals;
int main()
{
}
consteval auto identifiers(Ts... ts) noexcept
Creates a kumi::projection_map object, deducing the target type from the types of arguments.
Definition projections.hpp:167
consteval auto indexes(Ts... ts) noexcept
Creates a kumi::projection_map object, deducing the target type from the types of arguments.
Definition projections.hpp:127
A stateless, compile-time schema for product type transformation.
Definition projections.hpp:34