JH-Toolkit v1.4.1
An engineering-oriented C++20 toolkit with duck-typed concepts, static design, async coroutines, and semantic containers โ€” header-only, RTTI-free, and concurrency-friendly.
Loading...
Searching...
No Matches
jindallae File Reference

Symbolic umbrella header exposing jh::meta as jh::jindallae. More...

#include "jh/meta"

Go to the source code of this file.

Namespaces

namespace  jh::jindallae
 Symbolic alias namespace for jh::meta.

Detailed Description

Symbolic umbrella header exposing jh::meta as jh::jindallae.

This header serves as a poetic alias to jh::meta โ€” a tribute to the spirit of expressive meta-programming, inspired by the legendary Boost.Hana library, whose very name was itself a "flower".

#include <jh/jindallae>

Internally, it simply includes <jh/meta> and re-exports its namespace under jh::jindallae.

Overview

  • Includes all components from jh::meta.
  • Defines jh::jindallae as a symbolic alias namespace.
  • Intended as a nod to elegant meta-programming design, similar in philosophy to Boost.Hana.

Jindallae mascot

Design Note

jh::jindallae is functionally identical to jh::meta, but exists as a lightweight symbolic layer โ€” a small tribute to beauty in compile-time expression.