Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
4
struct Foo {
5
void bar() & { printf(
"lvalue\n"
); }
6
void bar() && { printf(
"rvalue\n"
); }
7
};
8
Callers
1
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected