Redcraft/Redcraft.Utility/Source/Public/Range
2024-12-19 14:35:45 +08:00
..
AllView.h fix(range): fix range adapter closure behavior 2024-12-17 16:58:23 +08:00
Conversion.h refactor(*): replace the old with the new iterator and range library 2024-12-17 21:49:37 +08:00
Factory.h fix(*): fix the implementation of iterator functions such as operator++(int) 2024-12-17 15:51:35 +08:00
FilterView.h fix(range): fix GetBase() of sentinel adapters such as TFilterView's 2024-12-18 21:45:25 +08:00
MoveView.h feat(range): add simple view concept and refactor related requires 2024-12-19 12:04:22 +08:00
Pipe.h fix(range): fix range adapter closure behavior 2024-12-17 16:58:23 +08:00
Range.h feat(range): add TTakeWhileView adapter 2024-12-19 14:35:45 +08:00
TakeView.h feat(range): add simple view concept and refactor related requires 2024-12-19 12:04:22 +08:00
TakeWhileView.h feat(range): add TTakeWhileView adapter 2024-12-19 14:35:45 +08:00
TransformView.h fix(*): fix some iterator adapter implementation bugs 2024-12-19 11:49:13 +08:00
Utility.h style(*): fix some comments and static_assert errors 2024-12-18 21:21:10 +08:00
View.h feat(range): add simple view concept and refactor related requires 2024-12-19 12:04:22 +08:00