libcruft-util/iterator
Danny Robson 58b42d5d9b iterator/iota: declare the iterator type first up
This means reduces the chances of mixing up inner/outer types, and
eliminates the use of the iterator typedef within teh container.
2020-02-25 16:15:45 +11: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: determine container value_type via its iterators 2020-01-01 11:08:20 +11: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: use the iterable concept for zip construction 2020-02-24 14:41:37 +11:00