Bez popisu

Samuel Jaffe a1de3c895f Fixing minor issues/pattern failures. před 8 roky
iterator.xcodeproj ff8bdac761 Adding filter_iterator, which allows the consumer to discard elements of a collection based on a provided predicate. před 8 roky
end_aware_iterator.hpp 9d80954d44 Making operator*/-> const-correct. před 8 roky
end_aware_iterator.t.h 0910ad0ac5 Creating a recursive iterator type. před 8 roky
filter_iterator.hpp ff8bdac761 Adding filter_iterator, which allows the consumer to discard elements of a collection based on a provided predicate. před 8 roky
filter_iterator.t.h ff8bdac761 Adding filter_iterator, which allows the consumer to discard elements of a collection based on a provided predicate. před 8 roky
indexed_iterator.hpp a1de3c895f Fixing minor issues/pattern failures. před 8 roky
indexed_iterator.t.h 88ff581e82 Creating an indexed iterator, for when you need to keep track of the 'index' while iterating through a collection. před 8 roky
iterator_fwd.hpp 16e1b21243 Making recursive_iterator able to replace joining_iterator, for bucket_hash_map, etc. před 8 roky
join_iterator.hpp 9d80954d44 Making operator*/-> const-correct. před 8 roky
join_iterator.t.h d3eedc2fc2 Adding several test cases. před 8 roky
recursive_iterator.hpp 9f24f123cb Recursive iterator is a forward_iterator. This is guaranteed by end_aware_iterator as well, but should be made explicit. před 8 roky
recursive_iterator_accessors.t.h 9d80954d44 Making operator*/-> const-correct. před 8 roky
recursive_iterator_meta.hpp 9d80954d44 Making operator*/-> const-correct. před 8 roky
recursive_iterator_mixed_container.t.h 82eb5b08be Extending 98cf896 to support nested containers where the only associative container exists at the final layer. před 8 roky
recursive_iterator_nested_map.t.h 98cf896534 Two changes to recursive_iterator: před 8 roky
recursive_iterator_one_dimension.t.h d3eedc2fc2 Adding several test cases. před 8 roky
unkeyed_iterator.hpp a1de3c895f Fixing minor issues/pattern failures. před 8 roky
unkeyed_iterator.t.h 307fba398a Adding unkeyed_iterator - an iterator for associative types that discards keys, allowing it to be treated like a non-associative array of values. před 8 roky