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

Method operator!=

tests/RangeForStmtHandlerTest.cpp:26–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24
25
26 bool operator!=(const B& rhs){
27 return this != &rhs;
28 }
29
30
31 int* begin()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected