MCPcopy Create free account
hub / github.com/OpenApoc/OpenApoc / operator!=

Method operator!=

game/state/stateobject.h:143–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141 return true;
142 }
143 bool operator!=(const StateRef<T> &other) const { return !(*this == other); }
144 bool operator==(const sp<T> &other) const
145 {
146 if (!obj)

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected