MCPcopy Create free account
hub / github.com/danielaparker/jsoncons / main

Function main

examples/src/msgpack_examples.cpp:175–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173}
174
175int main()
176{
177 std::cout << "\nmsgpack examples\n\n";
178 example1();
179 example2();
180 ext_example();
181 duration_example1();
182 duration_example2();
183 duration_example3();
184 std::cout << '\n';
185}
186

Callers

nothing calls this directly

Calls 6

example1Function · 0.85
example2Function · 0.85
ext_exampleFunction · 0.85
duration_example3Function · 0.85
duration_example1Function · 0.70
duration_example2Function · 0.70

Tested by

no test coverage detected