Exemplo n.º 1
0
inline bool operator!=(CellPtr c1, CellPtr c2) { return c1 < c2 || c2 < c1 || c1->get_size() != c2->get_size(); }