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

Function f

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

Source from the content-addressed store, hash-verified

1int arr[5][3];
2
3decltype(auto) f(int i)
4{
5 return arr[i];
6}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected