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

Method operator++

tests/ClassOperatorHandlerTest.cpp:10–14  ·  view source on GitHub ↗

void operator++() { mX++; }

Source from the content-addressed store, hash-verified

8
9 // void operator++() { mX++; }
10 Test operator++()
11 {
12 mX++;
13 return *this;
14 }
15
16 Test operator++(int)
17 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected