|
a4ffd4153c
|
fix(containers): fix TArrayView to disable non-const elements constructed directly from const TArray
|
2024-10-01 17:19:00 +08:00 |
|
|
0430465d92
|
fix(containers): fix TArrayView default initialization is not zero initialization
|
2024-09-29 20:53:19 +08:00 |
|
|
f644372642
|
fix(containers): fix operator== and operator<=> of TArray etc
|
2023-04-01 19:31:28 +08:00 |
|
|
19dc46364a
|
refactor(*): use CAllocatableObject instead of CElementalObject
|
2023-03-22 22:25:12 +08:00 |
|
|
ff155e23de
|
feat(memory): add CMultipleAllocator for non-contiguous containers
|
2023-03-22 20:41:32 +08:00 |
|
|
9045f9b3b2
|
refactor(*): fix EBO issues and remove NAMESPACE_PRIVATE about containers
|
2023-03-04 19:19:27 +08:00 |
|
|
7a8a1648d1
|
feat(containers): add TArray::Reference and TArray::ConstReference etc
|
2023-03-01 23:07:29 +08:00 |
|
|
a15ff69809
|
refactor(memory): remove FDefaultAllocator and directly specify a specific
|
2023-02-27 23:29:34 +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 |
|