MCPcopy Create free account
hub / github.com/andreasfertig/programming-with-cpp20 / open

Function open

08.30-structuredBindingsPOSIXError4/main.cpp:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7#include <version>
8
9int open(const char*)
10{
11 return 1;
12}
13
14#if(__cpp_deduction_guides >= 201907L)
15

Callers 1

OpenFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected