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

Function main

examples/src/pmr_allocator_examples.cpp:148–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146}
147
148int main()
149{
150 propagtion();
151 copy_construction();
152 allocator_extended_copy_construction();
153 move_construction();
154 allocator_extended_move_construction();
155 copy_assignment();
156 move_assignment();
157}
158

Callers

nothing calls this directly

Calls 7

propagtionFunction · 0.85
copy_constructionFunction · 0.85
move_constructionFunction · 0.85
copy_assignmentFunction · 0.70
move_assignmentFunction · 0.70

Tested by

no test coverage detected