MCPcopy Create free account
hub / github.com/TheHPXProject/hpx / sv

Function sv

libs/core/program_options/tests/unit/variable_map.cpp:24–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22using namespace std;
23
24vector<string> sv(const char* array[], unsigned size)
25{
26 vector<string> r;
27 for (unsigned i = 0; i < size; ++i)
28 r.emplace_back(array[i]);
29 return r;
30}
31
32void test_variable_map()
33{

Callers 2

test_variable_mapFunction · 0.70
test_priorityFunction · 0.70

Calls 1

emplace_backMethod · 0.80

Tested by

no test coverage detected