Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AimRT/AimRT
/ ToStdStringView
Function
ToStdStringView
src/interface/aimrt_module_cpp_interface/util/string.h:25–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
}
24
25
inline std::string_view ToStdStringView(aimrt_string_view_t s) {
26
return std::string_view(s.str, s.len);
27
}
28
29
inline std::string ToStdString(aimrt_string_view_t s) {
30
return std::string(s.str, s.len);
Callers
15
Info
Method · 0.85
GenOpsBase
Method · 0.85
GetMetaValue
Method · 0.85
GetMetaKeys
Method · 0.85
GetMetaKeyVals
Method · 0.85
ToString
Method · 0.85
GetTopic
Method · 0.85
GetTopic
Method · 0.85
Type
Method · 0.85
Name
Method · 0.85
GenOpsBase
Method · 0.85
GetMetaValue
Method · 0.85
Calls
no outgoing calls
Tested by
3
TEST
Function · 0.68
TEST_F
Function · 0.68
TEST_F
Function · 0.68