MCPcopy Create free account
hub / github.com/AlSch092/UltimateAntiCheat / operator-

Method operator-

Process/Thread.hpp:74–74  ·  view source on GitHub ↗

delete all arithmetic operators, unnecessary for context

Source from the content-addressed store, hash-verified

72
73 Thread operator+(Thread&) = delete; //delete all arithmetic operators, unnecessary for context
74 Thread operator-(Thread&) = delete;
75 Thread operator*(Thread&) = delete;
76 Thread operator/(Thread&) = delete;
77

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected