|
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.
|
Directories | |
| views | |
Files | |
| adapt.h | |
Range adaptor promoting jh::concepts::sequence to std::ranges::range. | |
| collect.h | |
Eager materialization adaptor — explicitly terminates a lazy range pipeline and realizes it into a concrete container C. | |
| range_adaptor.h | |
| STL-compatible adapter for duck-typed sequences and iterators. | |
| to.h | |
Container adaptation adaptor — constructs a target container C directly from a compatible range R. | |
| vis_transform_view.h | |
Implementation of the jh::ranges::vis_transform_view class — a non-consuming, observation-oriented transformation view. | |
| zip_view.h | |
Internal implementation for jh::ranges::zip_view. | |