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

Function main

examples_boost/more_examples.cpp:9–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7void pool_allocator_examples();
8
9int main()
10{
11 try
12 {
13 extensibility_examples();
14 pool_allocator_examples();
15 }
16 catch (const std::exception& e)
17 {
18 std::cout << e.what() << '\n';
19 }
20
21 return 0;
22}

Callers

nothing calls this directly

Calls 3

extensibility_examplesFunction · 0.85
pool_allocator_examplesFunction · 0.85
whatMethod · 0.45

Tested by

no test coverage detected