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

Function operator!=

source/core/StarDirectives.cpp:409–411  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

407}
408
409bool operator!=(DirectivesGroup const& a, DirectivesGroup const& b) {
410 return !a.compare(b);
411}
412
413DataStream& operator>>(DataStream& ds, DirectivesGroup& directivesGroup) {
414 String string;

Callers

nothing calls this directly

Calls 1

compareMethod · 0.45

Tested by

no test coverage detected