|
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.
|
Concept for writable single-pass iterators. More...
#include <jh/conceptual/iterator.h>
Concept for writable single-pass iterators.
is_iterator and indirectly_writable, ensuring the iterator can assign values through dereference. | I | Iterator-like type providing writable sequential access. |
| T | Value type assignable through the iterator (defaults to iterator_value_t).
|