MCPcopy Create free account
hub / github.com/BowenFu/matchit.cpp / main

Function main

sample/Structured-Binding-Pattern.cpp:44–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44int32_t main()
45{
46 const auto p = Player{"Bob", 4, 6};
47 get_hint(p);
48
49 return 0;
50}

Callers

nothing calls this directly

Calls 1

get_hintFunction · 0.85

Tested by

no test coverage detected