MCPcopy Create free account
hub / github.com/bytedance/sonic-cpp / str_impl

Method str_impl

benchmark/rapidjson.hpp:27–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25class RapidjsonStringResult : public StringResult<RapidjsonStringResult> {
26 public:
27 std::string_view str_impl() const { return sb.GetString(); }
28
29 rapidjson::StringBuffer sb;
30};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected