Option specifying the single type a identifier will accept.
#include <kumi/kumi.hpp>
#include <iostream>
using namespace kumi::literals;
int main()
{
}
constexpr only_t< T > only
Option specifying the single type a identifier will accept.
Definition identifier.hpp:29
identifier definition class
Definition identifier.hpp:78
Fixed-size collection of heterogeneous fields necessarily named, names are unique.
Definition record.hpp:29