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.
Loading...
Searching...
No Matches
views File Reference

Forward-aggregator header for jh::views. More...

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.

Detailed Description

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.

Overview

  • Defines jh::views as the user-facing namespace.
  • Aggregates all adaptors (e.g. common, flatten, zip).
  • All adaptor implementations located in jh/ranges/views/*.h.