Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/programming-with-cpp20
/ Open
Function
Open
08.29-structuredBindingsPOSIXError3/main.cpp:28–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
};
27
28
auto Open(std::string_view fileName)
29
{
30
// #B Works without specifying a type
31
return ReturnCode{open(fileName.data()), errno};
32
}
33
34
int main()
35
{
Callers
1
main
Function · 0.70
Calls
2
data
Method · 0.80
open
Function · 0.70
Tested by
no test coverage detected