MCPcopy Create free account
hub / github.com/0voice/cpp_new_features / S

Method S

cpp_17/006_variant_monostate.cpp:7–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5struct S
6{
7 S(int i) : i(i) {}
8 int i;
9};
10

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected