MCPcopy Create free account
hub / github.com/boostorg/spirit / main

Function main

example/karma/generate_code.cpp:68–79  ·  view source on GitHub ↗

////////////////////////////////////////////////////////////////////////// Main program //////////////////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

66// Main program
67///////////////////////////////////////////////////////////////////////////////
68int main()
69{
70 // generate an array of integers with initializers
71 std::vector<int> v;
72 v.push_back(1);
73 v.push_back(2);
74 v.push_back(3);
75 v.push_back(4);
76 client::generate_array("array1", v);
77
78 return 0;
79}

Callers

nothing calls this directly

Calls 2

generate_arrayFunction · 0.85
push_backMethod · 0.45

Tested by

no test coverage detected