MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / main

Function main

tests/TupeInRangeBasedForTest.cpp:11–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9}
10
11int main() {
12 std::vector<std::tuple<std::string, int>> tuples;
13 fillTuples(tuples);
14
15 for (auto [s, n] : tuples) {
16 printf("c=%s, n=%d\n", s.c_str(), n);
17 }
18}
19

Callers

nothing calls this directly

Calls 1

fillTuplesFunction · 0.85

Tested by

no test coverage detected