8 os <<
"std::vector<MemoryID> with " << rhs.size() <<
" entries:";
9 for (
size_t i = 0; i < rhs.size(); ++i)
11 os <<
"\n\t[" << i <<
"] " << rhs[i];
bool compareTimestamp(const MemoryID &lhs, const MemoryID &rhs)
lhs.timestamp < rhs.timstamp
std::ostream & operator<<(std::ostream &os, const EntityUpdate &rhs)
bool compareTimestampDecreasing(const MemoryID &lhs, const MemoryID &rhs)
lhs.timestamp > rhs.timstamp