MCPcopy Create free account
hub / github.com/SpacehuhnTech/SimpleCLI / operator<

Method operator<

src/CommandError.cpp:64–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64bool CommandError::operator<(const CommandError& e) const {
65 return errorPointer && e.errorPointer && errorPointer->mode < e.errorPointer->mode;
66}
67
68bool CommandError::operator>=(const CommandError& e) const {
69 return errorPointer && e.errorPointer && errorPointer->mode >= e.errorPointer->mode;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected