MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / Get

Method Get

tests/ClassWithMutableMemberTest.cpp:6–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4 C() = default;
5
6 int Get() const { return ++mX; }
7
8private:
9 mutable int mX;

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected