Vector style container that splits content in pages, suited for large amounts of data....
void Write(std::ofstream &out_stream, bool treat_as_pod=true) const
bool operator==(const PagedArray &rhs) const
T & operator[](uint64_t i)
void ClearRange(uint64_t from, uint64_t to)
bool operator!=(const PagedArray &rhs) const
const T & operator[](uint64_t i) const
void push_back(const T &t)
void Read(std::ifstream &in_stream, bool treat_as_pod=true)