Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
95
class StringResult {
96
public:
97
std::string_view str() const {
98
return static_cast<const T *>(this)->str_impl();
99
}
100
};
101
102
template <typename Json, typename PR>
Callers
6
get_json
Function · 0.80
BM_Stat
Function · 0.80
BM_Find
Function · 0.80
BM_Decode
Function · 0.80
stringfy_impl
Method · 0.80
get_json
Function · 0.80
Calls
1
str_impl
Method · 0.45
Tested by
1
get_json
Function · 0.64