libcruft-util/iterator
2020-09-30 10:57:15 +10:00
..
cast.hpp iterator/cast: add skeleton of a casting iterator 2020-02-24 14:41:37 +11:00
constant.hpp iterator: move each iterator to their own unit 2019-03-18 16:18:27 +11:00
counting.hpp iterator: move each iterator to their own unit 2019-03-18 16:18:27 +11:00
dereference.hpp iterator: add less-equal operators for libstdc++-10 compatibility 2020-02-17 14:29:50 +11:00
discard.hpp iterator: move each iterator to their own unit 2019-03-18 16:18:27 +11:00
indices.hpp iterator/indices: prefer std::size_t over holding a reference 2019-06-17 16:57:07 +10:00
infix.hpp iterator/infix: add complete make_infix overload for arrays 2020-09-30 10:57:15 +10:00
iota.hpp iterator/iota: declare the iterator type first up 2020-02-25 16:15:45 +11:00
numeric.hpp iterator: move each iterator to their own unit 2019-03-18 16:18:27 +11:00
referencing.hpp iterator/referencing: change relation operators to be const 2019-05-17 10:49:40 +10:00
transform.hpp iterator: move each iterator to their own unit 2019-03-18 16:18:27 +11:00
unequal.hpp iterator: move each iterator to their own unit 2019-03-18 16:18:27 +11:00
zip.hpp iterator/zip: avoid std::forward_as_tuple for zip value_type 2020-02-26 12:04:02 +11:00