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

Function main

examples/src/data_model_examples.cpp:110–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110int main()
111{
112 std::cout << "\ndata model examples\n\n";
113 data_model_example2();
114 data_model_example1();
115 std::cout << '\n';
116}
117

Callers

nothing calls this directly

Calls 2

data_model_example2Function · 0.85
data_model_example1Function · 0.85

Tested by

no test coverage detected