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

Class StringResult

benchmark/json.h:95–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93
94template <typename T>
95class StringResult {
96 public:
97 std::string_view str() const {
98 return static_cast<const T *>(this)->str_impl();
99 }
100};
101
102template <typename Json, typename PR>
103class JsonBase {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected