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

Function fillTuples

tests/TupeInRangeBasedForTest.cpp:7–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5
6template <typename Tuple_t>
7void fillTuples(std::vector<Tuple_t> tuples) {
8 tuples.emplace_back("hello", 1);
9}
10
11int main() {
12 std::vector<std::tuple<std::string, int>> tuples;

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected