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
Namespace List
Here is a list of all documented namespaces with brief descriptions:
[detail level 1234]
 Njh
 NasyncAggregated entry point for coroutine-based asynchronous facilities
 NconceptsBehavioral concept namespace of the JH Toolkit
 NrangesSemantic pipeline namespace for JH range operations
 NviewsRange view adaptor implementations with explicit semantic control
 NconcAggregated namespace for concurrency-aware resource containers
 NextensionPublic customization and extension points for jh::conc containers
 NavlInternal AVL-tree implementation namespace for jh::ordered_set and jh::ordered_map
 Nruntime_arr_helperHelper utilities and auxiliary types for jh::runtime_arr
 NipcConvenience alias for jh::sync::ipc
 NjindallaeSymbolic alias namespace for jh::meta
 NmacroInternal macro-based utilities
 NmetaAggregated entry point for compile-time metaprogramming utilities
 NextensionPublic customization points for compile-time key transformation and heterogeneous lookup in jh::meta
 NpodAggregated entry point for Plain-Old-Data and layout-stable value utilities
 NliteralsOfficial literal helpers for jh::pod types
 NtypedAggregated entry point for lightweight typing and semantic placeholder utilities
 NserioAggregated entry point for serialization and codec utilities
 Nbase64Implements standard Base64 (RFC 4648 §4) encoding and decoding
 Nbase64urlImplements Base64URL (RFC 4648 §5) — the URL-safe variant of Base64
 NuriImplements URI percent-encoding and decoding utilities
 NsyncAggregated entry point for synchronization and coordination facilities
 NipcSynchronous inter-process coordination primitives
 NlimitsCompile-time constraint and validation utilities for jh::sync::ipc
 NviewsConvenience alias for jh::ranges::views
 Nstd
 Nranges