libcruft-util/iterator
Danny Robson ec1f354d16 iterator/zip: avoid std::forward_as_tuple for zip value_type
This tends to result in references to temporaries higher up the stack
being returned. decltype on the iterator dereference is a more reliable
method to determine the return type.
2020-02-26 12:04:02 +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: avoid std::forward_as_tuple for zip value_type 2020-02-26 12:04:02 +11:00