MCPcopy Create free account
hub / github.com/boostorg/json / to_ostream

Method to_ostream

test/serializer.cpp:644–650  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

642 }
643
644 std::string
645 to_ostream(value const& jv)
646 {
647 std::stringstream ss;
648 ss << jv;
649 return ss.str();
650 }
651
652 void
653 testOstream()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected