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

Method str_impl

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected