Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ string_view_to_string
Function
string_view_to_string
cpp/fory/encoder/row_encode_trait.h:69–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
};
68
69
inline std::string string_view_to_string(std::string_view s) {
70
return {s.begin(), s.end()};
71
}
72
73
template <typename T>
74
inline constexpr bool IsString =
Callers
1
get_field
Method · 0.85
Calls
2
begin
Method · 0.80
end
Method · 0.80
Tested by
no test coverage detected