|
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.
|
Forward-aggregator header for jh::meta.
More...
#include "jh/metax/adl_apply.h"#include "jh/metax/base64.h"#include "jh/metax/char.h"#include "jh/metax/flatten_proxy.h"#include "jh/metax/hash.h"#include "jh/metax/lookup_map.h"#include "jh/metax/t_str.h"#include "jh/metax/variant_adt.h"Go to the source code of this file.
Namespaces | |
| namespace | jh::meta |
| Aggregated entry point for compile-time metaprogramming utilities. | |
Forward-aggregator header for jh::meta.
This header aggregates all meta-programming utilities under the jh::meta namespace.
#include <jh/meta>Internally, it includes the underlying meta-utility implementations from jh/metax/ to provide a unified include entry under jh::meta.
jh::meta as the user-facing namespace. adl_apply, flatten_proxy, hash). jh/metax/*.h. jh::meta provides tools for compile-time computation and template deduction assistance — usable during consteval or template instantiation.