Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/programming-with-cpp20
/ Open
Function
Open
08.30-structuredBindingsPOSIXError4/main.cpp:22–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
};
21
22
auto Open(std::string_view fileName)
23
{
24
return ReturnCode{open(fileName.data()), errno};
25
}
26
27
int main()
28
{
Callers
1
main
Function · 0.70
Calls
2
data
Method · 0.80
open
Function · 0.70
Tested by
no test coverage detected