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

Method str_impl

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

Source from the content-addressed store, hash-verified

22class JsonCppStringResult : public StringResult<JsonCppStringResult> {
23 public:
24 std::string_view str_impl() const { return data.c_str(); }
25 std::string data;
26};
27

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected