Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ Foo
Method
Foo
tests/ClassOperatorHandler2Test.cpp:18–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
{
17
public:
18
Foo(int x)
19
: mX{x}
20
{
21
}
22
23
operator const int() const { return mX; }
24
Foo operator++(int)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected