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

Function createStrings

tests/EduLifeTimeTest10.cpp:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10void Fun(Vector) {}
11
12Vector createStrings()
13{
14 return {"This", "is", "a", "vector", "of", "strings"};
15}
16
17Vector createStrings2()
18{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected