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

Class SIMDjsonStringResult

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

Source from the content-addressed store, hash-verified

20#include "simdjson.h"
21
22class SIMDjsonStringResult : public StringResult<SIMDjsonStringResult> {
23 public:
24 std::string_view str_impl() const { return s.c_str(); }
25
26 std::string s;
27};
28
29class SIMDjsonParseResult
30 : public ParseResult<SIMDjsonParseResult, SIMDjsonStringResult> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected