godot-cpp/include/godot_cpp/templates
A Thousand Ships 12a1283663
[Core] Reduce and prevent unnecessary random-access to `List`
Random-access access to `List` when iterating is `O(n^2)` (`O(n)` when accessing a single element)

* Removed subscript operator, in favor of a more explicit `get`
* Added conversion from `Iterator` to `ConstIterator`
2024-05-07 11:00:56 +02:00
..
cowdata.hpp Enforce template syntax `typename` over `class` 2024-03-10 16:02:43 -05:00
hash_map.hpp Enforce template syntax `typename` over `class` 2024-03-10 16:02:43 -05:00
hash_set.hpp Enforce template syntax `typename` over `class` 2024-03-10 16:02:43 -05:00
hashfuncs.hpp Enforce template syntax `typename` over `class` 2024-03-10 16:02:43 -05:00
list.hpp [Core] Reduce and prevent unnecessary random-access to `List` 2024-05-07 11:00:56 +02:00
local_vector.hpp Enforce template syntax `typename` over `class` 2024-03-10 16:02:43 -05:00
pair.hpp Enforce template syntax `typename` over `class` 2024-03-10 16:02:43 -05:00
rb_map.hpp Enforce template syntax `typename` over `class` 2024-03-10 16:02:43 -05:00
rb_set.hpp Enforce template syntax `typename` over `class` 2024-03-10 16:02:43 -05:00
rid_owner.hpp Enforce template syntax `typename` over `class` 2024-03-10 16:02:43 -05:00
safe_refcount.hpp Enforce template syntax `typename` over `class` 2024-03-10 16:02:43 -05:00
search_array.hpp Enforce template syntax `typename` over `class` 2024-03-10 16:02:43 -05:00
self_list.hpp Enforce template syntax `typename` over `class` 2024-03-10 16:02:43 -05:00
sort_array.hpp Enforce template syntax `typename` over `class` 2024-03-10 16:02:43 -05:00
spin_lock.hpp Sync license copyright with upstream GH-70885 2023-01-10 16:15:31 +01:00
thread_work_pool.hpp Enforce template syntax `typename` over `class` 2024-03-10 16:02:43 -05:00
vector.hpp Enforce template syntax `typename` over `class` 2024-03-10 16:02:43 -05:00
vmap.hpp Enforce template syntax `typename` over `class` 2024-03-10 16:02:43 -05:00
vset.hpp Enforce template syntax `typename` over `class` 2024-03-10 16:02:43 -05:00