|
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.
|
Forwarding header for jh::ordered_map and jh::ordered_set.
More...
#include "jh/core/ordered_map.h"Go to the source code of this file.
Forwarding header for jh::ordered_map and jh::ordered_set.
This header provides the canonical include entry for jh::ordered_map<K,V> and jh::ordered_set<K> — contiguous, fragmentation-free ordered associative containers based on a vector-backed AVL tree.
#include <jh/ordered_map>Internally, this file forwards to jh/core/ordered_map.h and defines no additional symbols.