MCPcopy Create free account
hub / github.com/dcleblanc/SafeInt / operator !

Method operator !

Archive/releases/5/SafeInt_3013p.cpp:5317–5317  ·  view source on GitHub ↗

Unary operators

Source from the content-addressed store, hash-verified

5315
5316 // Unary operators
5317 bool operator !() const throw() { return (!m_int) ? true : false; }
5318
5319 // operator + (unary)
5320 // note - normally, the '+' and '-' operators will upcast to a signed int

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected