|
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.
|
Function object implementing jh::ranges::to.
More...
#include <jh/ranges/to.h>
Function object implementing jh::ranges::to.
Provides both direct-call and pipe-style interfaces for constructing a closable container from a compatible range.
The adaptor supports additional constructor arguments for allocator- or parameterized container types and automatically deduces the correct construction path.
| C | The target container type. |