group2 0.1.0
CSE 125 Group 2
Loading...
Searching...
No Matches
ParticlePool.hpp File Reference

Fixed-capacity particle pool with O(1) swap-remove. More...

#include <array>
#include <concepts>
#include <cstdint>
Include dependency graph for ParticlePool.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ParticlePool< T, MaxN >
 Fixed-capacity particle pool with O(1) swap-remove. More...
 

Detailed Description

Fixed-capacity particle pool with O(1) swap-remove.