Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/programming-with-cpp20
/ open
Function
open
08.27-structuredBindingsPOSIXError1/main.cpp:8–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
#include <string_view>
7
8
int open(const char*)
9
{
10
return 1;
11
}
12
13
template<typename T>
14
struct ReturnCode {
Callers
1
Open
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected