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

Function main

examples/src/json_traits_bitset_examples.cpp:46–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46int main()
47{
48 std::cout << "\njson traits bitset examples\n\n";
49
50 json_example();
51 cbor_example();
52
53 std::cout << '\n';
54}
55

Callers

nothing calls this directly

Calls 2

json_exampleFunction · 0.85
cbor_exampleFunction · 0.85

Tested by

no test coverage detected