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

Function main

examples/src/erase_examples.cpp:110–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110int main()
111{
112 std::cout << "\nErase\n\n";
113 erase1();
114 erase2();
115 erase3();
116 std::cout << '\n';
117}
118

Callers

nothing calls this directly

Calls 3

erase1Function · 0.85
erase2Function · 0.85
erase3Function · 0.85

Tested by

no test coverage detected