|
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::views.
More...
#include "jh/ranges/views/common.h"#include "jh/ranges/views/enumerate.h"#include "jh/ranges/views/flatten.h"#include "jh/ranges/views/transform.h"#include "jh/ranges/views/vis_transform.h"#include "jh/ranges/views/zip.h"Go to the source code of this file.
Namespaces | |
| namespace | jh::ranges |
| Semantic pipeline namespace for JH range operations. | |
| namespace | jh::ranges::views |
| Range view adaptor implementations with explicit semantic control. | |
| namespace | jh::views |
Convenience alias for jh::ranges::views. | |
Forward-aggregator header for jh::views.
This header aggregates all standard view adaptors under the jh::views namespace.
#include <jh/views>Internally, it includes the underlying adaptor implementations from jh/ranges/views/ and exposes them collectively through jh::views.
jh::views as the user-facing namespace. common, flatten, zip). jh/ranges/views/*.h.