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

Method str

benchmark/json.h:97–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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>

Callers 6

get_jsonFunction · 0.80
BM_StatFunction · 0.80
BM_FindFunction · 0.80
BM_DecodeFunction · 0.80
stringfy_implMethod · 0.80
get_jsonFunction · 0.80

Calls 1

str_implMethod · 0.45

Tested by 1

get_jsonFunction · 0.64