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

Function make_array

include/jsoncons/basic_json.hpp:2216–2219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2214 }
2215#endif
2216 static basic_json make_array()
2217 {
2218 return basic_json(array());
2219 }
2220
2221 static basic_json make_array(const array& a)
2222 {

Callers 5

jsoncons_tests.cppFile · 0.85

Calls 2

basic_jsonFunction · 0.70
resizeMethod · 0.45

Tested by

no test coverage detected