MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / serialize

Method serialize

externals/picojson/picojson.h:566–568  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

564}
565
566template <typename Iter> void value::serialize(Iter oi, bool prettify) const {
567 return _serialize(oi, prettify ? 0 : -1);
568}
569
570inline std::string value::serialize(bool prettify) const {
571 return _serialize(prettify ? 0 : -1);

Callers 1

picojson.hFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected