Loom

A blog engine that just works. One binary, no setup, no dependencies.

Posts tagged “type-traits” (1)

Types as Values — The Core Trick of Compile-Time C++Feb 07 13.2K

In the compile-time language, types ARE the values. You pass them to functions, store them in data structures, and compute with them. This is the key insight that makes everything else click.

--compile-time-cpp --type-traits --metaprogramming --type-manipulation