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