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

Function main

tests/FunctionRefQualifierTest.cpp:9–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7};
8
9int main(){
10 Foo f;
11 f.bar(); // "lvalue"
12 std::move(f).bar(); // "rvalue"
13 Foo().bar(); // "rvalue"
14}

Callers

nothing calls this directly

Calls 2

FooClass · 0.70
barMethod · 0.45

Tested by

no test coverage detected