Wrath of Zeus
Made by Torchlight Games for CSE 125 SP24
Loading...
Searching...
No Matches
Data Structures
smartvector.hpp File Reference
#include "shared/utilities/serialize_macro.hpp"
#include <vector>
#include <unordered_set>

Go to the source code of this file.

Data Structures

class  SmartVector< T >
 SmartVector is a wrapper for the std::vector class that adds objects either to the end of the wrapped vector if it is full or places them in gaps. More...