|
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.
|
Range adaptor promoting jh::concepts::sequence to std::ranges::range.
More...
#include "jh/conceptual/sequence.h"Go to the source code of this file.
Namespaces | |
| namespace | jh::ranges |
| Semantic pipeline namespace for JH range operations. | |
Variables | |
| constexpr detail::adapt_fn | jh::ranges::adapt {} |
The user-facing adapt adaptor. | |
Range adaptor promoting jh::concepts::sequence to std::ranges::range.
The jh::ranges::adapt adaptor provides a unified interface to convert any jh::concepts::sequence-compatible object into a valid std::ranges::viewable_range.
It is a pipeline-friendly wrapper around jh::to_range(), providing both direct and pipe usage forms:
1.3.x
2025