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

Function createStrings2

tests/EduLifeTimeTest10.cpp:17–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17Vector createStrings2()
18{
19 Vector v{"This", "is", "a", "vector", "of", "strings"};
20
21 return v;
22}
23
24void test()
25{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected