MCPcopy Create free account
hub / github.com/p-ranav/tabulate / operator!=

Method operator!=

include/tabulate/table.hpp:131–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129 return *this;
130 }
131 bool operator!=(const RowIterator &other) const { return ptr != other.ptr; }
132 Row &operator*() { return **ptr; }
133
134 private:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected