Commit Graph

18 Commits

Author SHA1 Message Date
93d0ceb2b9 fix(containers): fix TCountedIterator implementation 2024-10-27 21:59:01 +08:00
66dc21310f fix(containers): fix circular include references 2024-10-26 16:34:16 +08:00
1d101ce034 refactor(containers): remove TInputIterator and TOutputIterator 2024-10-24 15:24:29 +08:00
b134765d4b fix(containers): fix return value type issue for iterator convenience functions 2024-09-29 12:13:31 +08:00
19dc46364a refactor(*): use CAllocatableObject instead of CElementalObject 2023-03-22 22:25:12 +08:00
432b6e0a6b feat(containers): add TBitset and the corresponding testing 2023-03-12 23:18:04 +08:00
40d27eece6 refactor(containers): add the CElementalObject concept to constrain elements 2023-02-26 22:13:45 +08:00
c8650b4aa5 feat(containers): add TArrayView and use TObserverPtr instead of raw pointer 2023-02-26 21:55:36 +08:00
bc3cc3d2cc feat(containers): add helper functions like MakeReverseIterator() etc 2023-02-21 23:22:28 +08:00
56cc0a4d69 feat(containers): modify the constructor of iterator adapters to be perfect forwarding 2023-02-19 23:28:54 +08:00
4cec973485 feat(containers): add converting move constructor for iterator adaptors 2023-02-19 21:07:03 +08:00
5e64450bce feat(containers): add TFunctionalOutputIterator and operations support 2023-02-19 19:00:57 +08:00
5909d20605 feat(containers): add TFunctionalInputIterator and operations support 2023-02-18 19:09:39 +08:00
bae95fa438 feat(containers): add TCountedIterator and operations support 2023-02-16 23:34:21 +08:00
4bbb8e395a feat(containers): add ENABLE_RANGE_BASED_FOR_LOOP_SUPPORT macro definition 2023-02-15 23:41:05 +08:00
273be032ec feat(containers): add TMoveIterator and operations support 2023-02-15 23:36:18 +08:00
05d59ed323 feat(containers): add TReverseIterator and operations support 2023-02-13 19:26:09 +08:00
4ab63da977 feat(containers): add iterator concepts and operations support 2023-02-12 23:46:30 +08:00