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

Method bar

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

Source from the content-addressed store, hash-verified

3
4struct Foo {
5 void bar() & { printf("lvalue\n"); }
6 void bar() && { printf("rvalue\n"); }
7};
8

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected