|
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 types that support indirect write operations through dereference. More...
#include <jh/conceptual/iterator.h>
Concept for types that support indirect write operations through dereference.
| Out | Output iterator-like type to be tested. |
| T | Value type assignable through the iterator. |