Custom iterators and Iterator concepts
C++
From skimming through named requirements and iterator concepts on cppreference.com, I infer that prior to C++20, things like
InputIterator
(now LegacyInputIterator
), ForwardIt…
Dec 28, 2024