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

Function create_object_implicitly

include/jsoncons/basic_json.hpp:3451–3454  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3449
3450 template <typename U=Allocator>
3451 void create_object_implicitly()
3452 {
3453 create_object_implicitly(typename std::allocator_traits<U>::is_always_equal());
3454 }
3455
3456 void create_object_implicitly(std::false_type)
3457 {

Callers 6

reserveFunction · 0.85
insert_or_assignFunction · 0.85
try_emplaceFunction · 0.85
mergeFunction · 0.85
merge_or_updateFunction · 0.85
insertFunction · 0.85

Calls 2

tagFunction · 0.85
basic_jsonFunction · 0.70

Tested by

no test coverage detected