MCPcopy 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
8int open(const char*)
9{
10 return 1;
11}
12
13template<typename T>
14struct ReturnCode {

Callers 1

OpenFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected