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
typed File Reference

Forward-aggregator header for jh::typed. More...

Go to the source code of this file.

Namespaces

namespace  jh::typed
 Aggregated entry point for lightweight typing and semantic placeholder utilities.

Detailed Description

Forward-aggregator header for jh::typed.

This header aggregates all type-related utilities under the jh::typed namespace.

#include <jh/typed>

Internally, it includes the underlying type utilities from jh/typing/ to provide a unified include entry under jh::typed.

Overview

  • Defines jh::typed as the user-facing namespace.
  • Aggregates basic type helpers (e.g. monostate, null_mutex).
  • All implementations are located in jh/typing/*.h.

Design Note

jh::typed focuses on lightweight type-level utilities that simplify structural or synchronization semantics while maintaining strong type clarity.