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

Class JsonCppStringResult

benchmark/jsoncpp.hpp:22–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20#include "json/json.h"
21
22class JsonCppStringResult : public StringResult<JsonCppStringResult> {
23 public:
24 std::string_view str_impl() const { return data.c_str(); }
25 std::string data;
26};
27
28class JsonCppParseResult
29 : public ParseResult<JsonCppParseResult, JsonCppStringResult> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected