dxx-rebirth/common/unittest
Kp 1aab6ace2a Extend zip() to examine multiple end iterators
Allow the caller to pick which sequences can terminate the zip iterator.
For compatibility and performance, default to the historical behavior of
examining only the first sequence.  The zip iteration terminates when
any of the examined sequences reaches its end, even if other sequences
have not reached their respective end.
2022-12-31 16:21:47 +00:00
..
enumerate.cpp Make enumerate() default to std::size_t for index_type 2022-10-09 23:15:20 +00:00
partial_range.cpp Propagate T::index_type through partial_range 2021-09-04 12:17:14 +00:00
serial.cpp Add unit tests for serialization code 2020-05-17 23:35:25 +00:00
valptridx-range.cpp Fix compilation of valptridx unit tests 2022-10-02 19:51:35 +00:00
xrange.cpp Replace range_owns_iterated_storage with ranges::borrowed_range 2022-12-31 16:21:47 +00:00
zip.cpp Extend zip() to examine multiple end iterators 2022-12-31 16:21:47 +00:00