Patrick Wuttke
|
3d9d62f3e3
|
Made VectorMap constexpr.
|
2026-02-17 10:23:53 +01:00 |
|
Patrick Wuttke
|
96765103b7
|
Added VectorMap::entry() to retrieve entry at specified index. Added VectorMap::eraseAt() to erase entry/entries at a specific index.
|
2026-02-09 10:16:56 +01:00 |
|
Patrick Wuttke
|
10d9b4c98f
|
Made VectorMap find and access functions templates so you don't have to construct the key.
|
2025-09-22 21:40:53 +02:00 |
|
|
|
b91eb34789
|
Massively overengineered logger to support different character types.
|
2025-06-21 14:16:19 +02:00 |
|
|
|
e35f5a35f8
|
Some improvements to VectorMap interface. Added moving operator[], contains and [[nodiscard]] to find().
|
2025-03-28 11:43:32 +01:00 |
|
|
|
0d9769f2b7
|
Added missing include.
|
2024-12-21 22:29:50 +01:00 |
|
|
|
36a9b60e0b
|
Added constant index operator to VectorMap.
|
2024-12-18 14:50:01 +01:00 |
|
|
|
34adf3f006
|
Added constructors so the VectorMap is default-, copy- and move-constructible.
|
2024-12-06 18:05:42 +01:00 |
|
|
|
5596ab16a7
|
Added VectorMap type (for having a map-like interface using std::vector that supports incomplete types).
|
2024-12-06 17:59:37 +01:00 |
|