|
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 |
|