Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AimRT/AimRT
/ ToStdString
Function
ToStdString
src/interface/aimrt_module_cpp_interface/util/string.h:29–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
}
28
29
inline std::string ToStdString(aimrt_string_view_t s) {
30
return std::string(s.str, s.len);
31
}
32
33
} // namespace aimrt::util
Callers
5
GetParameter
Method · 0.85
TEST
Function · 0.85
Initialize
Method · 0.85
CreateModule
Method · 0.85
GenBase
Method · 0.85
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.68